[llvm-branch-commits] [llvm] [CodeGen] Add Printer pass for MachineBlockHashInfo and tests (PR #192911)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Apr 20 06:23:07 PDT 2026
================
@@ -0,0 +1,68 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 6
+# RUN: llc -mtriple=x86_64-pc-linux -run-pass=print-machine-block-hash -o /dev/null %s 2>&1 | FileCheck %s --check-prefix=HASH
----------------
arsenm wrote:
```suggestion
# RUN: llc -mtriple=x86_64-pc-linux -run-pass=print-machine-block-hash -filetype=null %s 2>&1 | FileCheck %s --check-prefix=HASH
```
https://github.com/llvm/llvm-project/pull/192911
More information about the llvm-branch-commits
mailing list