[all-commits] [llvm/llvm-project] 282ea2: [mlir][nvvm] Fix circular dependency in (#68934)
Guray Ozen via All-commits
all-commits at lists.llvm.org
Thu Oct 12 16:24:50 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 282ea28f18cf01b350c91450be60e82fff7cbf42
https://github.com/llvm/llvm-project/commit/282ea28f18cf01b350c91450be60e82fff7cbf42
Author: Guray Ozen <guray.ozen at gmail.com>
Date: 2023-10-12 (Thu, 12 Oct 2023)
Changed paths:
M mlir/lib/Dialect/LLVMIR/IR/BasicPtxBuilderInterface.cpp
Log Message:
-----------
[mlir][nvvm] Fix circular dependency in (#68934)
BasicPtxBuilder includes NVVMDialect and vice versa. Cmake appereantly
forgives that, but this causes bazel build fails. This PR aims to fix
that
More information about the All-commits
mailing list