[PATCH] D157690: [GlobalISel] Rewrite some simple rules using MIR Patterns
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 11 02:33:39 PDT 2023
foad added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/combine-select.mir:12
; CHECK-LABEL: name: test_combine_select_same_res
- ; CHECK: [[COPY:%[0-9]+]]:_(s64) = COPY $x0
+ ; CHECK: liveins: $x0, $x1
+ ; CHECK-NEXT: {{ $}}
----------------
What has caused this difference?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157690/new/
https://reviews.llvm.org/D157690
More information about the llvm-commits
mailing list