diff options
author | Thomas Lively <tlively@google.com> | 2022-03-16 13:34:56 -0700 |
---|---|---|
committer | Thomas Lively <tlively@google.com> | 2022-03-16 13:34:57 -0700 |
commit | 7e8913d775ca2959861425dca886f98ac03ab9b4 (patch) | |
tree | 17f6829d7f11be347c4f310f5faffe7b0eb255f8 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 65cb2e1ed18691c14cc12ab3776beb7fe81bd053 (diff) | |
download | llvm-7e8913d775ca2959861425dca886f98ac03ab9b4.zip llvm-7e8913d775ca2959861425dca886f98ac03ab9b4.tar.gz llvm-7e8913d775ca2959861425dca886f98ac03ab9b4.tar.bz2 |
[WebAssembly] Fix names of SIMD instructions containing '_zero'
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.
Reviewed By: aheejin
Differential Revision: https://reviews.llvm.org/D121661
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions