[llvm] [VPlan] Add initial loop-invariant code motion transform. (PR #107894)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 21 11:49:04 PDT 2024
fhahn wrote:
Thanks @dyung should be fixed now. The issue was that `licm` would run before expansion of replicate regions. Moved afterwards for now as fix
https://github.com/llvm/llvm-project/pull/107894
More information about the llvm-commits
mailing list