[Mlir-commits] [mlir] [MLIR][Arith] Add CeilFloorDivExpandOpsPatterns to conversion to LLVM (Reland) (PR #118839)

Thomas Preud'homme llvmlistbot at llvm.org
Thu Dec 5 10:11:58 PST 2024


RoboTux wrote:

> @RoboTux @banach-space , I added a dependence to MLIRTransforms in this patch, thinking it would solve the linkage error. But, since I could not reproduce this linkage error downstream, I am unsure this fix actually solves the linkage. It is my first time dealing with the buildbots, I have read about buildbot ownership, buildbot creations, ... but, I cannot access the buildbot builds (e.g. https://lab.llvm.org/buildbot/#/builders/80/builds/7168) . I tried with various networks and browsers, it looks like there is no data. Do I need to ask for specific project authorization ?

One way to reproduce would be to build just lib/libArithToLLVM.a instead of building the whole of MLIR. If that still passes (without your updated patch) you could try to change the build tool (from Ninja to GNU Make or the opposite) to see if that helps.

https://github.com/llvm/llvm-project/pull/118839


More information about the Mlir-commits mailing list