This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] More codegen for f64x2.convert_low_i32x4_{s,u}
ClosedPublic

Authored by tlively on Apr 19 2021, 1:28 PM.

Details

Summary

af7925b4dd65 added a custom DAG combine for recognizing fp-to-ints of
extract_subvectors that could be lowered to f64x2.convert_low_i32x4_{s,u}
instructions. This commit extends the combines to recognize equivalent
extract_subvectors of fp-to-ints as well.

Diff Detail

Event Timeline

tlively created this revision.Apr 19 2021, 1:28 PM
tlively requested review of this revision.Apr 19 2021, 1:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 19 2021, 1:28 PM
aheejin accepted this revision.Apr 19 2021, 4:25 PM
This revision is now accepted and ready to land.Apr 19 2021, 4:25 PM
This revision was landed with ongoing or failed builds.Apr 20 2021, 12:37 PM
This revision was automatically updated to reflect the committed changes.