Commit 5d98710
authored
[SelectionDAG] Move VSelect sign pattern check from AArch64 to general SelectionDAG (#151840)
For some reason the check is already there, but it bails out. Doing the
transform in SelDAG has no negative effect.1 parent d20a3c0 commit 5d98710
3 files changed
Lines changed: 1010 additions & 32 deletions
File tree
- llvm
- lib
- CodeGen/SelectionDAG
- Target/AArch64
- test/CodeGen/X86
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13957 | 13957 | | |
13958 | 13958 | | |
13959 | 13959 | | |
13960 | | - | |
13961 | | - | |
| 13960 | + | |
| 13961 | + | |
| 13962 | + | |
| 13963 | + | |
| 13964 | + | |
| 13965 | + | |
| 13966 | + | |
13962 | 13967 | | |
13963 | 13968 | | |
13964 | 13969 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27977 | 27977 | | |
27978 | 27978 | | |
27979 | 27979 | | |
27980 | | - | |
27981 | | - | |
27982 | | - | |
27983 | 27980 | | |
27984 | | - | |
27985 | | - | |
27986 | | - | |
27987 | | - | |
27988 | | - | |
27989 | | - | |
27990 | | - | |
27991 | | - | |
27992 | | - | |
27993 | | - | |
27994 | | - | |
27995 | | - | |
27996 | | - | |
27997 | | - | |
27998 | | - | |
27999 | | - | |
28000 | | - | |
28001 | | - | |
28002 | | - | |
28003 | | - | |
28004 | | - | |
28005 | | - | |
28006 | | - | |
28007 | | - | |
28008 | | - | |
28009 | | - | |
28010 | | - | |
28011 | 27981 | | |
28012 | 27982 | | |
28013 | 27983 | | |
| |||
0 commit comments