[GlobalISel] Fix assertion failures after "GlobalISel: Return APInt from...
[GlobalISel] Fix assertion failures after "GlobalISel: Return APInt from getConstantVRegVal" landed. APInt binary ops don't promote types but instead assert, which a combine was relying on.
Loading
Please sign in to comment