[PATCH] D74389: [MLIR][GPU] Disallow llvm tanh intrinsics when lowering to NVVM/ROCm.
Stephan Herhut via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 11 01:35:39 PST 2020
herhut added a reviewer: ftynse.
herhut added a comment.
PTAL.
Writing this in code for discussion. Is this the way to resolve conflicts or do we want to hand-pick patterns from the LLVM conversion? The latter seems brittle as well, as the number of pattern keeps growing and we need to track. By disallowing, we can do this whenever we add a new intrinsic.
I am somewhat torn between the two myself, so I wrote it down to see what it looks like. This would unbreak the windows builds.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74389/new/
https://reviews.llvm.org/D74389
More information about the llvm-commits
mailing list