[X86] PromoteMaskArithmetic - explicitly attempt to constant fold zext(c)...
[X86] PromoteMaskArithmetic - explicitly attempt to constant fold zext(c) instead of relying on getNode() Don't rely on isBuildVectorOfConstantSDNodes/getNode to constant fold, this could also help in cases where the constant is behind a bitcast. Noticed while investigating #80668
parent
713fe6df
Please register or sign in to comment