[PATCH] D47890: [Polly][zorg] Enable GPGPU Codegen on the builders only if NVPTX is an LLVM target

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 8 01:11:31 PDT 2018


philip.pfaffe added a comment.

In https://reviews.llvm.org/D47890#1125685, @Meinersbur wrote:

> I still think that `any(True for ...` is unnecessary.


That's a way to find the first matching element and decide whether there is one in a compact functional way. Do you think it's stylistically questionable?


https://reviews.llvm.org/D47890





More information about the llvm-commits mailing list