[PATCH] [x32] Fix FrameIndex check in SelectLEA64_32Addr
Pavel Chupin
pavel.v.chupin at gmail.com
Tue Aug 19 13:09:33 PDT 2014
================
Comment at: test/CodeGen/X86/lea-5.ll:47
@@ +46,3 @@
+
+; X32-ALIGN64: leal (%rsp,%r{{[^,]*}},4), %eax
+ %0 = load i32* %arrayidx, align 4
----------------
Derek Schuff wrote:
> shouldn't this just be X32: ?
> you can check it in the same run, and you aren't calling FileCheck with X32-ALIGN64 anyway.
It's called at line 35, but you are right, it's redundant.
http://reviews.llvm.org/D4929
More information about the llvm-commits
mailing list