[llvm] [Instrumentation] Support verifying machine function (PR #90931)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Thu May 2 22:20:41 PDT 2024


================
@@ -0,0 +1,10 @@
+# RUN: llc -mtriple=x86_64-pc-linux-gnu -x mir -passes=no-op-machine-function -filetype=null < %s 2>&1 | FileCheck %s
----------------
aeubanks wrote:

this needs to enable DebugLogging right?

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


More information about the llvm-commits mailing list