Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM.
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | ||
---|---|---|
5378 | Explain the 'why' of this logic in the comment here. Something like: |
Explain the 'why' of this logic in the comment here. Something like:
We don't expect 'not' patterns to occur here because those are simplified in IR and shouldn't be created in the DAG.