[PATCH] D112557: [SVE] Fix VLS FMA generation at CodeGenOpt::Aggressive

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 26 10:15:00 PDT 2021


cameron.mcinally added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sve-fixed-length-fp-fma.ll:81
+; CHECK: ret
+  %op1 = load <16 x float>, <16 x float>* %a
+  %op2 = load <16 x float>, <16 x float>* %b
----------------
madhur13490 wrote:
> Do we want to have a test where %a and %b are globals?
I haven't looked at VLS tests in a while, so that may have changed, but IINM this is the standard format for those tests. See sve-fixed-length*.ll for reference.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112557/new/

https://reviews.llvm.org/D112557



More information about the llvm-commits mailing list