[InstCombine] Add a test case for suboptimal handling of (double (bitcast (<1...
[InstCombine] Add a test case for suboptimal handling of (double (bitcast (<1 x i64> (bitcast (x86_mmx))))) The outer bitcast gets turned into an extractelement and another bitcast rather than combining away to a single bitcast from mmx to double.
Loading
Please register or sign in to comment