[llvm] [CodeGen] Port mir-strip-debug to new pass manager (PR #190738)

via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 00:12:47 PDT 2026


================
@@ -0,0 +1,27 @@
+//===-- MachineStripDebug.h -------------------------------------*- C++ -*-===//
----------------
juanvazquez wrote:

Sorry about that, I used the same format of `llvm/include/llvm/CodeGen/GCEmptyBasicBlocks.h` that seemed to match the case of this PR.

Updated to match `llvm/lib/Target/AArch64/AArch64RedundantCondBranchPass.cpp` format then.

Kindly let me know if it looks good to you now.

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


More information about the llvm-commits mailing list