DAGCombiner can pass us unaligned stores.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/AMDGPU/R600ISelLowering.cpp | ||
---|---|---|
1131 ↗ | (On Diff #69525) | C++ style comments |
1142–1143 ↗ | (On Diff #69525) | Ditto |
1151–1152 ↗ | (On Diff #69525) | These can be in one && assert |
lib/Target/AMDGPU/R600ISelLowering.cpp | ||
---|---|---|
1151–1153 ↗ | (On Diff #69614) | I'd prefer to keep them separate. the assertion message clearly indicates what part failed |