-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Reapply "[mlir] Add FP software implementation lowering pass: arith-to-apfloat (#166618)"
#167431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@llvm/pr-subscribers-mlir-func @llvm/pr-subscribers-mlir Author: Maksim Levental (makslevental) ChangesReland with MLIRFuncUtils linked in. Full diff: https://github.com/llvm/llvm-project/pull/167431.diff 1 Files Affected:
diff --git a/mlir/lib/Conversion/ArithToAPFloat/CMakeLists.txt b/mlir/lib/Conversion/ArithToAPFloat/CMakeLists.txt
index b0d1e46b3655f..b5ec49c087163 100644
--- a/mlir/lib/Conversion/ArithToAPFloat/CMakeLists.txt
+++ b/mlir/lib/Conversion/ArithToAPFloat/CMakeLists.txt
@@ -14,4 +14,5 @@ add_mlir_conversion_library(MLIRArithToAPFloat
MLIRArithDialect
MLIRArithTransforms
MLIRFuncDialect
+ MLIRFuncUtils
)
|
aa896fd to
cc718f5
Compare
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/116/builds/20794 Here is the relevant piece of the build log for the reference |
Reland #166618 with MLIRFuncUtils linked in.