diff options
author | Stephan Herhut <herhut@google.com> | 2020-02-11 10:20:55 +0100 |
---|---|---|
committer | Stephan Herhut <herhut@google.com> | 2020-02-11 15:09:30 +0100 |
commit | 890d5e2dd232f43842d8a9025e639027946d81f4 (patch) | |
tree | 24eacf10081407e058832d9b90be26c3f4d4e327 /llvm/lib/Support/Process.cpp | |
parent | 98c940bf515831420b8b53489dd4f9a4fc8a40ad (diff) | |
download | llvm-890d5e2dd232f43842d8a9025e639027946d81f4.zip llvm-890d5e2dd232f43842d8a9025e639027946d81f4.tar.gz llvm-890d5e2dd232f43842d8a9025e639027946d81f4.tar.bz2 |
[MLIR][GPU] Disallow llvm tanh intrinsics when lowering to NVVM/ROCm.
Summary:
The lowering to NVVM and ROCm handles tanh operations differently by
mapping them to NVVM/ROCm specific intrinsics. This conflicts with
the lowering to LLVM, which uses the default llvm intrinsic. This change
declares the LLVM intrinsics to be illegal, hence disallowing the
correspondign rewrite.
Differential Revision: https://reviews.llvm.org/D74389
Diffstat (limited to 'llvm/lib/Support/Process.cpp')
0 files changed, 0 insertions, 0 deletions