[PATCH] D17261: [X86] PR26575: Fix LEA optimization pass.
Quentin Colombet via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 15 12:49:38 PST 2016
qcolombet added a comment.
Just one comment, please use a more descriptive name for the filename than the pr number.
Thanks,
-Quentin
================
Comment at: test/CodeGen/X86/pr26575.ll:16
@@ +15,3 @@
+define void @test(i8* nocapture readonly %src, i32 %len) #0 {
+; CHECK-LABEL: test:
+ %parts = alloca [4 x i32], align 4
----------------
Check that the generated code looks reasonable.
http://reviews.llvm.org/D17261
More information about the llvm-commits
mailing list