[PATCH] D150029: [VPlan] Print IR flags for VPRecipeWithIRFlags.
Ayal Zaks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 23 04:48:54 PDT 2023
Ayal accepted this revision.
Ayal added a comment.
This revision is now accepted and ready to land.
This looks good to me, thanks!
================
Comment at: llvm/test/Transforms/LoopVectorize/vplan-printing.ll:599
+; CHECK-NEXT: WIDEN ir<%add> = fadd nnan ir<%lv>, ir<1.000000e+00>
+; CHECK-NEXT: WIDEN ir<%mul> = fmul reassoc nnan ninf nsz arcp contract afn ir<%add>, ir<2.000000e+00>
+; CHECK-NEXT: WIDEN ir<%div> = fdiv reassoc nsz contract ir<%mul>, ir<2.000000e+00>
----------------
nit: too bad 'fast' is expanded to print all FMFlags rather than simply printing "fast".
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150029/new/
https://reviews.llvm.org/D150029
More information about the llvm-commits
mailing list