[llvm] [ARM] Fix Machine Outliner crash when tBLXr uses non-tcGPR register (PR #200684)
Peter Smith via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 1 08:50:05 PDT 2026
================
@@ -0,0 +1,33 @@
+; RUN: llc -enable-machine-outliner -verify-machineinstrs \
+; RUN: -mtriple=thumbv7m-unknown-none-eabihf < %s | FileCheck %s
+; RUN: llc -enable-machine-outliner -verify-machineinstrs \
+; RUN: -mtriple=thumbv7m-unknown-none-eabihf \
----------------
smithp35 wrote:
The triple is already in the .ll file, I don't think you need to give it again.
https://github.com/llvm/llvm-project/pull/200684
More information about the llvm-commits
mailing list