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

Madhur Amilkanthwar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 26 09:59:25 PDT 2021


madhur13490 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
----------------
Do we want to have a test where %a and %b are globals?


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

https://reviews.llvm.org/D112557



More information about the llvm-commits mailing list