[llvm] [DAGCombiner] Fold trunc(build_vector(ext(x), ext(x)) -> build_vector(x,x) (PR #179857)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 5 00:59:29 PST 2026
https://github.com/lukel97 commented:
Should VectorCombine also be pulling `insertelement (ext v), (ext x), index` -> `ext (insertelement v, x, index)`? cc @RKSimon
https://github.com/llvm/llvm-project/pull/179857
More information about the llvm-commits
mailing list