[clang] [llvm] [WebAssembly] Add `-i128:128` to the `datalayout` string. (PR #119204)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 9 11:43:38 PST 2024
================
@@ -524,9 +524,7 @@ define i64 @utest_f64i64(double %x) {
; CHECK-NEXT: local.get 0
; CHECK-NEXT: call __fixunsdfti
; CHECK-NEXT: local.get 1
-; CHECK-NEXT: i32.const 8
-; CHECK-NEXT: i32.add
-; CHECK-NEXT: i64.load 0
+; CHECK-NEXT: i64.load 8
----------------
workingjubilee wrote:
in other words I'm betting something way upstream is bailing over-cautiously
https://github.com/llvm/llvm-project/pull/119204
More information about the llvm-commits
mailing list