Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/CodeGen/AMDGPU/alignbit-pat.ll | ||
---|---|---|
18 ↗ | (On Diff #104047) | Needs negative tests with different values for the constants etc. Also tests where src1 is a VGPR vs. SGPR |
test/CodeGen/AMDGPU/alignbit-pat.ll | ||
---|---|---|
18 ↗ | (On Diff #104047) | I'm not sure what kind of negative test do you want to see here? Pattern is only valid in presence of "& 31", and then matches always. |
test/CodeGen/AMDGPU/alignbit-pat.ll | ||
---|---|---|
18 ↗ | (On Diff #104047) | I mean if it was 30 or some other non-31 constant |