[all-commits] [llvm/llvm-project] 2290a8: [mlir][NFC] Remove illegal TanhOp in LLVMConversio...
Tres via All-commits
all-commits at lists.llvm.org
Mon May 31 01:40:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2290a80b4dcbeb230ea47ea59b00205ccefbaa96
https://github.com/llvm/llvm-project/commit/2290a80b4dcbeb230ea47ea59b00205ccefbaa96
Author: Tres Popp <tpopp at google.com>
Date: 2021-05-31 (Mon, 31 May 2021)
Changed paths:
M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
Log Message:
-----------
[mlir][NFC] Remove illegal TanhOp in LLVMConversionTarget
No tests fail and this seems to be technical debt from when the math
dialect was created. This should not be there as it prevents users from
configuring their converion target freely and results in unexpected
behavior on seemingly unrelated ops.
Differential Revision: https://reviews.llvm.org/D103388
More information about the All-commits
mailing list