Details
Details
Diff Detail
Diff Detail
Event Timeline
| lib/Target/NVPTX/NVPTXTargetMachine.cpp | ||
|---|---|---|
| 146–147 | Is EarlyCSE required for correctness? Might worth pointing out why it stays in non-opt mode  | |
Comment Actions
More comments.
| lib/Target/NVPTX/NVPTXTargetMachine.cpp | ||
|---|---|---|
| 146–147 | Added more comments. This function is only called in opt mode, so its behavior when OptLevel is None doesn't matter.  | |
Is EarlyCSE required for correctness? Might worth pointing out why it stays in non-opt mode