Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
- Fix comments + rebase
| llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h | ||
|---|---|---|
| 632–634 | 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?