Forward store values to matching loads down through token
factors. Factored from D14834.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 869 Build 869: arc lint + arc unit
Event Timeline
Comment Actions
LGTM
| lib/CodeGen/SelectionDAG/DAGCombiner.cpp | ||
|---|---|---|
| 10256 | I think this is okay: If the token factor represented dependencies of multiple stores of the same address and type, then the relative order would be undefined, and we'd have other problems. | |
I think this is okay: If the token factor represented dependencies of multiple stores of the same address and type, then the relative order would be undefined, and we'd have other problems.