Commit 454d7c1
[X86] Do not combine LRINT and TRUNC (llvm#125848)
Per to discussions in llvm#125324, most participants are opposed to this
optimization. So remove the combination to address the concerns.
Fixes llvm#125324
(cherry picked from commit 8c222c1)1 parent 3c011c6 commit 454d7c1
File tree
2 files changed
+18
-5
lines changed- llvm
- lib/Target/X86
- test/CodeGen/X86
2 files changed
+18
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53899 | 53899 | | |
53900 | 53900 | | |
53901 | 53901 | | |
53902 | | - | |
53903 | | - | |
53904 | | - | |
53905 | | - | |
53906 | | - | |
53907 | 53902 | | |
53908 | 53903 | | |
53909 | 53904 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
48 | 66 | | |
49 | 67 | | |
50 | 68 | | |
0 commit comments