[llvm] [GlobalISel] Improve combines for extend operation by taking hint ins… (PR #74125)
Dávid Ferenc Szabó via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 10 02:30:34 PST 2024
================
@@ -6,21 +6,41 @@ body: |
bb.1:
liveins: $x0
; CHECK-LABEL: name: test_combine_anyext_trunc
- ; CHECK: [[COPY:%[0-9]+]]:_(s64) = COPY $x0
----------------
dfszabo wrote:
Ohh apologies I didn't knew this squash behavior, I am used to bitbucket. I don't have rights to push directly to main, should I create a PR with the update test?
https://github.com/llvm/llvm-project/pull/74125
More information about the llvm-commits
mailing list