[PATCH] D150029: [VPlan] Print IR flags for VPRecipeWithIRFlags.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 9 14:44:49 PDT 2023
fhahn updated this revision to Diff 520825.
fhahn added a comment.
Extra tests for FMF printing have been added in faa8f582b9437e67737feb56f28de91242839518 <https://reviews.llvm.org/rGfaa8f582b9437e67737feb56f28de91242839518>.
Printing is done by constructing a FMF object and then printing it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150029/new/
https://reviews.llvm.org/D150029
Files:
llvm/lib/Transforms/Vectorize/VPlan.h
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-gep.ll
llvm/test/Transforms/LoopVectorize/AArch64/synthesize-mask-for-call.ll
llvm/test/Transforms/LoopVectorize/AArch64/widen-call-with-intrinsic-or-libfunc.ll
llvm/test/Transforms/LoopVectorize/RISCV/riscv-vector-reverse.ll
llvm/test/Transforms/LoopVectorize/first-order-recurrence-chains-vplan.ll
llvm/test/Transforms/LoopVectorize/icmp-uniforms.ll
llvm/test/Transforms/LoopVectorize/interleave-and-scalarize-only.ll
llvm/test/Transforms/LoopVectorize/vplan-dot-printing.ll
llvm/test/Transforms/LoopVectorize/vplan-iv-transforms.ll
llvm/test/Transforms/LoopVectorize/vplan-printing.ll
llvm/test/Transforms/LoopVectorize/vplan-sink-scalars-and-merge.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150029.520825.patch
Type: text/x-patch
Size: 38680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230509/ad09692d/attachment.bin>
More information about the llvm-commits
mailing list