llvm-project
6bf94899 - [VPlan] Store memory alignment in VPWidenMemoryRecipe. nfc (#165255)

Commit
106 days ago
[VPlan] Store memory alignment in VPWidenMemoryRecipe. nfc (#165255) Add an member Alignment to VPWidenMemoryRecipe to store memory alignment directly in the recipe. Update constructors, clone(), and relevant methods to use this stored alignment instead of querying the IR instruction. This allows VPWidenLoadRecipe/VPWidenStoreRecipe to be constructed without relying on the original IR instruction in the future.
Author
Parents
Loading