[PATCH] D138249: [WebAssembly] Update relaxed-simd instruction names
Marat Dukhan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 18 08:10:11 PST 2022
maratyszcza added inline comments.
================
Comment at: clang/include/clang/Basic/BuiltinsWebAssembly.def:180
TARGET_BUILTIN(__builtin_wasm_relaxed_min_f64x2, "V2dV2dV2d", "nc", "relaxed-simd")
-TARGET_BUILTIN(__builtin_wasm_relaxed_max_f64x2, "V2dV2dV2d", "nc", "relaxed-simd")
+TARGET_BUILTIN(__builtin_wasm_relaxed_max_f64x2, "V2dV2dV2d", "nC", "relaxed-simd")
----------------
Typo?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138249/new/
https://reviews.llvm.org/D138249
More information about the cfe-commits
mailing list