Skip to content
Commit d37db750 authored by Craig Topper's avatar Craig Topper
Browse files

[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.
parent d115b9fd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment