[PATCH] D124867: [SLP][NFC] Pre-commit test showing vectorization preventing FMA

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 18 09:51:44 PDT 2022


ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.

LG with some nits



================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/slp-fma-loss.ll:10
+
+define void @hr() #0 {
+; CHECK-LABEL: @hr(
----------------
Remove `#0`


================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/slp-fma-loss.ll:51
+
+define double @hr_or_mul() #0 {
+; CHECK-LABEL: @hr_or_mul(
----------------
Remove `#0`


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

https://reviews.llvm.org/D124867



More information about the llvm-commits mailing list