[Mlir-commits] [mlir] [MLIR][NVVM] Add optional llc verification for NVVM dialect tests (PR #219980)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Aug 31 07:08:11 PDT 2026
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r origin/main...HEAD mlir/test/lit.cfg.py
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- lit.cfg.py 2026-08-31 13:54:01.000000 +0000
+++ lit.cfg.py 2026-08-31 14:07:35.937179 +0000
@@ -314,10 +314,11 @@
]
)
else:
tools.extend(["mlir-opt"])
+
def enable_llc(llc_executable):
config.available_features.add("llc")
tools.extend(
[
ToolSubst("%llc", llc_executable),
``````````
</details>
https://github.com/llvm/llvm-project/pull/219980
More information about the Mlir-commits
mailing list