[PATCH] D82292: [SelectionDAG] Lower @llvm.get.active.lane.mask to setcc
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 23 13:59:10 PDT 2020
efriedma added a comment.
In general, you need to overflow check the increment. (In lanes where it overflows, we should return false.)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82292/new/
https://reviews.llvm.org/D82292
More information about the llvm-commits
mailing list