[PATCH] D82292: [SelectionDAG] Lower @llvm.get.active.lane.mask to setcc

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 23 16:44:09 PDT 2020


SjoerdMeijer added a comment.

Ah, okay, sorry. Yes, writing out the overflow check isn't hard. As I was concerned about the codegen, I was stuck with the idea to prove absence of overflow, thus it didn't occur to me to codegen the checks. But yes, I guess that's what is needed.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82292/new/

https://reviews.llvm.org/D82292





More information about the llvm-commits mailing list