Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
- Fix comments + rebase
| llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h | ||
|---|---|---|
| 620–622 | SelectionDAG does not have any extra checks for these specific combines (unlike for some others) so I assume it's safe. | |
Are these definitely safe. even with signed zeros? Does SelectionDAG do the same?