[llvm] [WebAssembly] Use RefTypeMem2Local instead of Mem2Reg (PR #83196)
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 29 16:30:40 PST 2024
================
@@ -1,4 +1,5 @@
; RUN: opt < %s -wasm-ref-type-mem2local -S | FileCheck %s
----------------
dschuff wrote:
Since we always want llc to run this pass and can test it this way, do we still need the standalone opt test too?
https://github.com/llvm/llvm-project/pull/83196
More information about the llvm-commits
mailing list