Previously, v2i16 -> f32 bitcast could not be matched.
Add patterns to support matching this and similar types of bitcasts.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Update the test case to match the assembly produced - see update_llc_test_checks.py - so that checking we're getting the correct output.
Otherwise LGTM.