lowerRangeToAssertZExt currently relies on something like EarlyCSE having eliminated the constant range [0,1). At -O0 this leads to an assert.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D53888
[SelectionDAG] Handle constant range [0,1) in lowerRangeToAssertZExt ClosedPublic Authored by scott.linder on Oct 30 2018, 1:31 PM.
Details Summary lowerRangeToAssertZExt currently relies on something like EarlyCSE having eliminated the constant range [0,1). At -O0 this leads to an assert.
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, nhaehnle, wdng, jvesely. · View Herald TranscriptOct 30 2018, 1:31 PM This revision is now accepted and ready to land.Oct 30 2018, 1:33 PM
Closed by commit rL345770: [SelectionDAG] Handle constant range [0,1) in lowerRangeToAssertZExt (authored by scott.linder). · Explain WhyOct 31 2018, 1:00 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 171997 llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/trunk/test/CodeGen/AMDGPU/zext-lid.ll
|