[llvm] [X86][DAGCombiner][SelectionDAG] - Fold Zext Build Vector to Bitcast of widen Build Vector (PR #135010)

Rohit Aggarwal via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 22 02:13:22 PDT 2025


rohitaggarwal007 wrote:

@RKSimon @phoebewang zext to bitcast is not beneficial for other targets. Bitcast is blocking there folding.  We can take our optimization to X86isellowering and do the needful there and will handle all the regressing test cases for X86. 
Should it sound good?

https://github.com/llvm/llvm-project/pull/135010


More information about the llvm-commits mailing list