If target does not support divergence the field is set to false
and not printed.
Details
Details
- Reviewers
arsenm alex-t - Commits
- rGa0c8f5fefa11: [SDAG] Print divergence in SDNode::dump
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | ||
---|---|---|
1070 | Should print this before the operands so it's attached to the node name. Placement at the end makes it look like it's the one operand |
Comment Actions
Moved info right after the node and use the same style as -dag-dump-verbose.
Avoid info duplication if -dag-dump-verbose is used.
Comment Actions
The test fails on non-linux:
http://45.33.8.238/macm1/44600/step_11.txt
http://45.33.8.238/win/66403/step_11.txt
Don't use |&, it's not portable.
Please take a look and revert for now if it takes a while to fix.
Should print this before the operands so it's attached to the node name. Placement at the end makes it look like it's the one operand