[all-commits] [llvm/llvm-project] 7b7be6: [VPlan] Use operands directly in VPInstructionsToV...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat May 6 04:36:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b7be685d439746d3b880807e61f5b29ca246c79
https://github.com/llvm/llvm-project/commit/7b7be685d439746d3b880807e61f5b29ca246c79
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-05-06 (Sat, 06 May 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Log Message:
-----------
[VPlan] Use operands directly in VPInstructionsToVPRecipes (NFC).
New that def-use chains are modeled directly in VPlan, we can simply use
the operands of the recipe we are replacing. There is no need to use the
operands of the underlying instruction to look up a VPValue.
More information about the All-commits
mailing list