Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good but I'd like to see the selection-only LIT test:
uniform bitreverse i32,
divergent bitreverse i32,
uniform bitreverse i64,
divergent bitreverse i64
with -stop-after=amdgpu-isel
The purpose of the selection-only tests is to control the divergence-driven selection not broken.
Otherwise, it could be broken but full-stack tests are still matching because of the moveToVALU hackery.