[PATCH] D149903: [VPlan] Replace IR based truncateToMinimalBitwidths with VPlan version.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 16 14:15:35 PST 2023


fhahn updated this revision to Diff 558116.
fhahn marked 29 inline comments as done.
fhahn added a comment.

Address comments and major simplification after moving cast folding to simplifyRecipes.

Hope all comments should be addressed, hope i didn't miss any.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149903

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPlan.h
  llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
  llvm/lib/Transforms/Vectorize/VPlanTransforms.h
  llvm/test/Transforms/LoopVectorize/AArch64/deterministic-type-shrinkage.ll
  llvm/test/Transforms/LoopVectorize/AArch64/loop-vectorization-factors.ll
  llvm/test/Transforms/LoopVectorize/AArch64/type-shrinkage-insertelt.ll
  llvm/test/Transforms/LoopVectorize/scalable-trunc-min-bitwidth.ll
  llvm/test/Transforms/LoopVectorize/trunc-shifts.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149903.558116.patch
Type: text/x-patch
Size: 85816 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20231116/1c8be6da/attachment-0001.bin>


More information about the llvm-commits mailing list