Re: [Mesa-dev] [PATCH] R600/SI: Fix another case of illegal VGPR to SGPR copy

2013-08-21 Thread Laurent Carlier
Le mercredi 21 août 2013 14:00:12 Tom Stellard a écrit : > From: Tom Stellard > > This fixes a crash in Unigine Tropics. > --- This fixes the following failure and now Tropics woks fine for me: Tropics: SIInstrInfo.cpp:94: virtual void llvm::SIInstrInfo::copyPhysReg(llvm::MachineBasicBlock&, ll

[Mesa-dev] [PATCH] R600/SI: Fix another case of illegal VGPR to SGPR copy

2013-08-21 Thread Tom Stellard
From: Tom Stellard This fixes a crash in Unigine Tropics. --- lib/Target/R600/SIFixSGPRCopies.cpp | 2 +- test/CodeGen/R600/sgpr-copy.ll | 145 +++- 2 files changed, 143 insertions(+), 4 deletions(-) diff --git a/lib/Target/R600/SIFixSGPRCopies.cpp b/lib/