[all-commits] [llvm/llvm-project] 32efff: [VPlan] Mark load VPWidenMemoryInstruction as not ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Feb 7 14:03:09 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32efff591abb159ca18d6c8c974d3ca45d444864
https://github.com/llvm/llvm-project/commit/32efff591abb159ca18d6c8c974d3ca45d444864
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
Log Message:
-----------
[VPlan] Mark load VPWidenMemoryInstruction as not having side-effects.
Also add an assert using the underlying instruction to catch any
potential violations.
More information about the All-commits
mailing list