Commit e88fec7
Vineet Kumar
[X86][ISel][FMA] Get a handle on operand nodes when negating FMA
When negaitng an FMA opcode, a new node created for a negated FMA
operand may be deleted while recursively negating another FMA operand.
This commit adds a temporary handle on the new negated nodes to
prevent them from being deleted.1 parent 1b75b9e commit e88fec7
File tree
2 files changed
+30
-0
lines changed- llvm
- lib/Target/X86
- test/CodeGen/X86
2 files changed
+30
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55673 | 55673 | | |
55674 | 55674 | | |
55675 | 55675 | | |
| 55676 | + | |
| 55677 | + | |
| 55678 | + | |
55676 | 55679 | | |
| 55680 | + | |
| 55681 | + | |
55677 | 55682 | | |
55678 | 55683 | | |
55679 | 55684 | | |
| |||
| 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 | + | |
0 commit comments