This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2f2ae08da91d: [WebAssembly] Remove experimental SIMD
instructions (authored by tlively).
Changed prior to commit:
https://reviews.llvm.org/D98466?
dschuff accepted this revision.
dschuff added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/include/clang/Basic/BuiltinsWebAssembly.def:191
-TARGET_BUILTIN(__builtin_wasm_qfma_f32x4, "V4fV4fV4fV4f", "nc", "simd128")
-TARGET_BUILTIN(__builti
tlively updated this revision to Diff 330116.
tlively added a comment.
- Remove widen as well
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98466/new/
https://reviews.llvm.org/D98466
Files:
clang/include/clang/Basic/BuiltinsWebAssembly.def
cla
tlively created this revision.
tlively added reviewers: aheejin, dschuff.
Herald added subscribers: wingo, ecnelises, sunfish, hiraditya,
jgravelle-google, sbc100.
tlively requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
R