[llvm] [WebAssembly] improve getRegForPromotedValue to avoid meanless value copy (PR #80469)

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 2 10:14:10 PST 2024


================
@@ -0,0 +1,43 @@
+; RUN: llc < %s -fast-isel -O0 | FileCheck %s
+
+target triple = "wasm32-unknown-unknown"
+
+; CHECK-LABEL: gh_80052:                               # @gh_80052
----------------
sbc100 wrote:

Should this be 80053? 

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


More information about the llvm-commits mailing list