[llvm] [GlobalISel] Improve combines for extend operation by taking hint ins… (PR #74125)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 9 04:21:10 PST 2024
=?utf-8?q?Dávid_Ferenc_Szabó?Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/74125 at github.com>
================
@@ -6,21 +6,41 @@ body: |
bb.1:
liveins: $x0
; CHECK-LABEL: name: test_combine_anyext_trunc
- ; CHECK: [[COPY:%[0-9]+]]:_(s64) = COPY $x0
----------------
arsenm wrote:
Splitting it into 2 commits in the same PR is pointless, as the merge behavior is squash and submit. You can directly push the regen to main
https://github.com/llvm/llvm-project/pull/74125
More information about the llvm-commits
mailing list