[Mlir-commits] [clang] [flang] [llvm] [mlir] [TargetRegistry] Accept Triple in createTargetMachine() (NFC) (PR #130940)

Nikita Popov llvmlistbot at llvm.org
Wed Mar 12 03:46:44 PDT 2025


================
@@ -116,7 +116,7 @@ body:             |
     successors: %bb.2, %bb.4
     liveins: $rdi, $rsi
 
-    %1:gr32 = COPY $rsi
+    %1:gr64 = COPY $rsi
----------------
nikic wrote:

I believe this test was previously creating a 32-bit TM by accident.

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


More information about the Mlir-commits mailing list