diff options
| author | Alexander Belyaev <pifon@google.com> | 2019-10-11 05:38:10 -0700 |
|---|---|---|
| committer | A. Unique TensorFlower <gardener@tensorflow.org> | 2019-10-11 05:38:37 -0700 |
| commit | 7301ac72bc45e0dd9a4fab507d53826e159139b0 (patch) | |
| tree | c45483d3f05f9807ac2fb7cd8707e6de181bbafd /mlir/lib/Conversion/StandardToLLVM | |
| parent | 00d2a37e32067a6b41d16d605dfeb8637cc4cfbb (diff) | |
| download | bcm5719-llvm-7301ac72bc45e0dd9a4fab507d53826e159139b0.tar.gz bcm5719-llvm-7301ac72bc45e0dd9a4fab507d53826e159139b0.zip | |
Rename LLVM::exp and LLVM::fmuladd to LLVM::ExpOP and LLVM::FMulAddOp.
PiperOrigin-RevId: 274154655
Diffstat (limited to 'mlir/lib/Conversion/StandardToLLVM')
| -rw-r--r-- | mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp b/mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp index 206dde773e3..6f9b4494aed 100644 --- a/mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp +++ b/mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp @@ -548,7 +548,7 @@ using BinaryOpLLVMOpLowering = NaryOpLLVMOpLowering<SourceOp, TargetOp, 2>; // Specific lowerings. // FIXME: this should be tablegen'ed. -struct ExpOpLowering : public UnaryOpLLVMOpLowering<ExpOp, LLVM::exp> { +struct ExpOpLowering : public UnaryOpLLVMOpLowering<ExpOp, LLVM::ExpOp> { using Super::Super; }; struct AddIOpLowering : public BinaryOpLLVMOpLowering<AddIOp, LLVM::AddOp> { |

