[llvm] [LV] Add VPWiden{Load|Store}EVLRecipe into emitInvalidCostRemarks(). (PR #119708)
Elvis Wang via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 12 17:34:31 PST 2024
ElvisWang123 wrote:
> Tests?
It hard to find a test case that using VPWidenLoadEVL and the cost is invalid. Something I can imagine is that gather/scatter under `--triple riscv64 -mattr=+v` will return invalid cost. However, this pattern will not be vectorized in the upstream compiler.
https://github.com/llvm/llvm-project/pull/119708
More information about the llvm-commits
mailing list