[PATCH] D149079: [VPlan] Record IR flags on VPWidenRecipe directly (NFC).

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 6 02:12:10 PDT 2023


fhahn updated this revision to Diff 520049.
fhahn added a comment.

Change to VPRecipeWithIRFlags inherting from VPRecipeBase and add classof implementation to allow for more generic invalidation (dyn_cast<VPRecipeWithIRFlags>) which simplifies follow-on patches that extend invalidation to additional recipes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149079

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPlan.h
  llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149079.520049.patch
Type: text/x-patch
Size: 6646 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230506/99e2221d/attachment.bin>


More information about the llvm-commits mailing list