Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I don't know how the test would look like. Instructions that trigger this should be fixed in either isALU() or MakeALUClause().
test/CodeGen/AMDGPU/r600.alu-limits.ll | ||
---|---|---|
2 ↗ | (On Diff #88656) | Why is it XFAILed? |
test/CodeGen/AMDGPU/r600.alu-limits.ll | ||
---|---|---|
2 ↗ | (On Diff #88656) | Because it hits the newly added assertion. |
assert() doesn't do anything with NDEBUG.