Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
What was the symptom of this?
llvm/test/CodeGen/AMDGPU/computeNumSignBits-mul.ll | ||
---|---|---|
163 | Drop the return address register |
Comment Actions
crash as the extra check following that assumes non-zero operands. As all bits are known zero, that results in the conflict finally.
llvm/test/CodeGen/AMDGPU/computeNumSignBits-mul.ll | ||
---|---|---|
163 | OK |
Drop the return address register