[PATCH] D73713: Fixed non-deterministic GPU intrinsic lowering.
Stephan Herhut via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 4 02:20:34 PST 2020
herhut added a comment.
Let's use dynamicallyIllegalOp instead to disallow the CPU intrinsic explicitly. That would also make the non-determinism go away by not relying on pattern order anymore. And it also captures the actual issue that the intrinsics call is indeed illegal.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73713/new/
https://reviews.llvm.org/D73713
More information about the llvm-commits
mailing list