[llvm] [Transforms][IPO] Add func suffix in ArgumentPromotion and DeadArgume… (PR #105742)
David Li via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 23 10:55:38 PDT 2024
================
@@ -61,7 +61,7 @@
; RUN: -o %t.out 2>&1 | FileCheck %s --check-prefix=DUMP \
; RUN: --check-prefix=STATS --check-prefix=STATS-BE --check-prefix=REMARKS
-; RUN: llvm-dis %t.out.1.4.opt.bc -o - | FileCheck %s --check-prefix=IR
+; RUN: llvm-dis %t.out.1.4.opt.bc -o - | FileCheck %s --check-prefix=IRNODIST
----------------
david-xl wrote:
what is this change about?
https://github.com/llvm/llvm-project/pull/105742
More information about the llvm-commits
mailing list