[clang] [clang][wasm] Resolve assertion errors caused by converting ComplexTy… (PR #70496)

via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 15 04:36:17 PST 2023


================
@@ -0,0 +1,9 @@
+// RUN: %clang --target=wasm32 -mmultivalue -Xclang -target-abi -Xclang experimental-mv %s -S -Xclang -verify
+
+float crealf() { return 0;} // expected-no-diagnostics
----------------
knightXun wrote:

ok, nice hit!

https://github.com/llvm/llvm-project/pull/70496


More information about the cfe-commits mailing list