Commit 1604c24
authored
[AArch64] Fix copy and paste error in tryCombineMULLWithUZP1() (NFCI) (#97729)
The bitcast check was performed on the wrong value in one of the
branches.
I believe this doesn't actually result in any behavior difference,
because the following code looking at ExtractHigh users currently
doesn't try to look through BITCASTS. I've left a TODO for that.
Fixes #94761.1 parent 4132ab8 commit 1604c24
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24833 | 24833 | | |
24834 | 24834 | | |
24835 | 24835 | | |
24836 | | - | |
| 24836 | + | |
24837 | 24837 | | |
24838 | 24838 | | |
24839 | 24839 | | |
| |||
24862 | 24862 | | |
24863 | 24863 | | |
24864 | 24864 | | |
| 24865 | + | |
24865 | 24866 | | |
24866 | 24867 | | |
24867 | 24868 | | |
| |||
0 commit comments