Commit af4c171
committed
[DAGCombiner] Ensure poison-generating flags are stripped in
When combining `freeze` in DAG, poison-generating flags were previously
not fully removed as intended. This change explicitly drops these flags
from `freeze` operand, ensuring a fixed, non-poisonous value at this
point in computation.freeze op1 parent ea33af6 commit af4c171
File tree
2 files changed
+41
-0
lines changed- llvm
- lib/CodeGen/SelectionDAG
- test/CodeGen/ARM
2 files changed
+41
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16151 | 16151 | | |
16152 | 16152 | | |
16153 | 16153 | | |
| 16154 | + | |
16154 | 16155 | | |
16155 | 16156 | | |
16156 | 16157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
0 commit comments