Commit 8c222c1
authored
[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#1253241 parent 6410bdd commit 8c222c1
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 | |
|---|---|---|---|
| |||
53906 | 53906 | | |
53907 | 53907 | | |
53908 | 53908 | | |
53909 | | - | |
53910 | | - | |
53911 | | - | |
53912 | | - | |
53913 | | - | |
53914 | 53909 | | |
53915 | 53910 | | |
53916 | 53911 | | |
| |||
| 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