Fix and update tests
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/CodeGen/AMDGPU/load-local-i8.ll | ||
---|---|---|
853–876 | -DAG checks do not work as expected when you repeat them. This won't count the number of BFEs |
test/CodeGen/AMDGPU/load-local-i8.ll | ||
---|---|---|
853–876 | is there a correct way to match required number of BFEs? they can be arbitrarily interleaved with ASHR. Even the position of LDS_READ/WRITE is not guaranteed |
test/CodeGen/AMDGPU/load-local-i8.ll | ||
---|---|---|
853–876 | I don't think so, this problem comes up a lot |
test/CodeGen/AMDGPU/load-local-i8.ll | ||
---|---|---|
853–876 | OK, I'll leave it as is. the test shows intent if it ever gets fixed. |
-DAG checks do not work as expected when you repeat them. This won't count the number of BFEs