This is a preparation for introducing a llvm.amdgcn.ballot intrinsic in
D65088.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Seems obvious, but is there any reason you did not do the same for the other atomic_optimizations_*.ll tests?
Comment Actions
No specific reason, I fixed the other tests manually but this one had many operations with exec so I wanted to make sure I don’t destroy anything there.