[llvm-commits] [llvm] r114354 - /llvm/trunk/test/CodeGen/MSP430/Inst16mm.ll
Owen Anderson
resistor at mac.com
Mon Sep 20 13:56:30 PDT 2010
Author: resistor
Date: Mon Sep 20 15:56:29 2010
New Revision: 114354
URL: http://llvm.org/viewvc/llvm-project?rev=114354&view=rev
Log:
CombinerAA is now reordering these stores.
Modified:
llvm/trunk/test/CodeGen/MSP430/Inst16mm.ll
Modified: llvm/trunk/test/CodeGen/MSP430/Inst16mm.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/MSP430/Inst16mm.ll?rev=114354&r1=114353&r2=114354&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/MSP430/Inst16mm.ll (original)
+++ llvm/trunk/test/CodeGen/MSP430/Inst16mm.ll Mon Sep 20 15:56:29 2010
@@ -64,6 +64,6 @@
%0 = load i16* %retval ; <i16> [#uses=1]
ret i16 %0
; CHECK: mov2:
-; CHECK: mov.w 0(r1), 4(r1)
; CHECK: mov.w 2(r1), 6(r1)
+; CHECK: mov.w 0(r1), 4(r1)
}
More information about the llvm-commits
mailing list