[llvm] 679eaeb - [NFC] Port all ArgumentPromotion tests to `-passes=` syntax
Roman Lebedev via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 7 15:39:08 PST 2022
Author: Roman Lebedev
Date: 2022-12-08T02:38:40+03:00
New Revision: 679eaeb2f67266f0fd98b149239818673755244d
URL: https://github.com/llvm/llvm-project/commit/679eaeb2f67266f0fd98b149239818673755244d
DIFF: https://github.com/llvm/llvm-project/commit/679eaeb2f67266f0fd98b149239818673755244d.diff
LOG: [NFC] Port all ArgumentPromotion tests to `-passes=` syntax
Added:
Modified:
llvm/test/Transforms/ArgumentPromotion/pr27568.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/ArgumentPromotion/pr27568.ll b/llvm/test/Transforms/ArgumentPromotion/pr27568.ll
index 69e7e9c0b05e9..1ffd8144c9821 100644
--- a/llvm/test/Transforms/ArgumentPromotion/pr27568.ll
+++ b/llvm/test/Transforms/ArgumentPromotion/pr27568.ll
@@ -1,6 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --function-signature --scrub-attributes
; RUN: opt -S -passes=argpromotion < %s | FileCheck %s
-; RUN: opt -S -debugify -o /dev/null < %s
+; RUN: opt -S -passes=debugify -o /dev/null < %s
target triple = "x86_64-pc-windows-msvc"
define internal void @callee(i8*) {
More information about the llvm-commits
mailing list