llvm/test/CodeGen/R600/vop-shrink.ll
0 → 100644
+41
−0
Loading
------------------------------------------------------------------------ r214463 | thomas.stellard | 2014-07-31 20:32:28 -0400 (Thu, 31 Jul 2014) | 7 lines R600/SI: Fix incorrect commute operation in shrink instructions pass We were commuting the instruction by still shrinking it using the original opcode. NOTE: This is a candidate for the 3.5 branch. ------------------------------------------------------------------------ llvm-svn: 214894