[llvm] [RegisterCoalescer] Fix issue in the RegisterCoalescer. (PR #96839)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 27 01:24:49 PDT 2024
================
@@ -0,0 +1,26 @@
+# RUN: llc -mtriple powerpc64le-unknown-linux-gnu -mcpu=pwr8 -x mir < %s \
+# RUN: -verify-machineinstrs --run-pass=register-coalescer -o - | FileCheck %s
+
+---
+name: check_subregs
+alignment: 16
+tracksRegLiveness: true
+body: |
+ bb.0.entry:
----------------
arsenm wrote:
Remove .entry block labels
https://github.com/llvm/llvm-project/pull/96839
More information about the llvm-commits
mailing list