[llvm] Improve selection of conditional branch on amdgcn.ballot!=0 condition in SelectionDAG. (PR #68714)
Valery Pykhtin via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 25 07:08:38 PDT 2023
https://github.com/vpykhtin commented:
I've added support for negated ballot but I had to simulate it using llvm.amdgcn.icmp intrinsic.
Tests for GlobalISel aren't added because they fail on "cannot select llvm.amdgcn.icmp(i1 ...)"
https://github.com/llvm/llvm-project/pull/68714
More information about the llvm-commits
mailing list