[clang] [flang] [llvm] [mlir] [TargetRegistry] Accept Triple in createTargetMachine() (NFC) (PR #130940)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 12 03:55:33 PDT 2025
================
@@ -116,7 +116,7 @@ body: |
successors: %bb.2, %bb.4
liveins: $rdi, $rsi
- %1:gr32 = COPY $rsi
+ %1:gr64 = COPY $rsi
----------------
arsenm wrote:
Verifier should have rejected using $rsi in the first place too
https://github.com/llvm/llvm-project/pull/130940
More information about the cfe-commits
mailing list