[clang] [llvm] [WebAssembly] support getVT from `externref` and `funcref` (PR #97080)

Heejin Ahn via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 28 17:30:35 PDT 2024


================
@@ -0,0 +1,18 @@
+// RUN: %clang_cc1 -O2 -triple wasm32-unknown-unknown-wasm -target-feature +reference-types -emit-llvm -o - %s | FileCheck %s
+
+// From issue 69894. Reftypes need to be marked as not valid as vector elements.
----------------
aheejin wrote:

If you would like to refer to an issue, I think including the URL is more convenient: `https://github.com/llvm/llvm-project/issues/69894`

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


More information about the cfe-commits mailing list