[PATCH] D14762: X86-FMA3: Memory folding for scalar loads + FMA3
David Kreitzer via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 23 05:46:38 PST 2015
DavidKreitzer added inline comments.
================
Comment at: llvm/test/CodeGen/X86/fma-scalar-memfold.ll:17
@@ +16,3 @@
+; CHECK-LABEL: fmadd_aab_ss:
+; CHECK: # BB#0:
+; CHECK-NEXT: vmovss (%rcx), %[[XMM:xmm[0-9]+]]
----------------
This isn't quite what I meant about the block labels. I think you should just delete line 17 here and change line 18 "CHECK-NEXT" --> "CHECK". That way, if # BB#0 changes to something else, it won't affect this test.
The %[[XMM]] changes are great, thanks!
http://reviews.llvm.org/D14762
More information about the llvm-commits
mailing list