This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Fix names of SIMD instructions containing '_zero'
ClosedPublic

Authored by tlively on Mar 14 2022, 7:54 PM.

Details

Summary

Fix the instruction names to match the WebAssembly spec:

  • i32x4.trunc_sat_zero_f64x2_{s,u} => i32x4.trunc_sat_f64x2_{s,u}_zero
  • f32x4.demote_zero_f64x2 => f32x4.demote_f64x2_zero

Also rename related things like intrinsics, builtins, and test functions to
match.

Diff Detail

Event Timeline

tlively created this revision.Mar 14 2022, 7:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 14 2022, 7:54 PM
tlively requested review of this revision.Mar 14 2022, 7:54 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 14 2022, 7:54 PM
aheejin accepted this revision.Mar 15 2022, 1:01 PM
This revision is now accepted and ready to land.Mar 15 2022, 1:01 PM
This revision was landed with ongoing or failed builds.Mar 16 2022, 1:35 PM
This revision was automatically updated to reflect the committed changes.