[llvm] [VPlan] Preserve underlying value when EVL transforming intrinsics/casts (PR #121552)
Elvis Wang via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 5 04:53:40 PST 2025
ElvisWang123 wrote:
> Does #113903 fix the issue? cc @ElvisWang123
Currently, not.
I haven't support EVL-transform for extended-reduction and mul-acc-reduction in #113903 yet.
I think we still need this patch to preserve the underlying instruction in the EVL transform.
And I am not sure will the induction skips some cost calculation of `cast` instruction.
https://github.com/llvm/llvm-project/pull/121552
More information about the llvm-commits
mailing list