[InstCombine] Teach canEvaluateZExtd and canEvaluateTruncated to handle vector...
[InstCombine] Teach canEvaluateZExtd and canEvaluateTruncated to handle vector shifts with splat shift amount We were only allowing ConstantInt before. This patch allows splat of ConstantInt too. Differential Revision: https://reviews.llvm.org/D36763 llvm-svn: 310970
Loading
Please register or sign in to comment