diff options
Diffstat (limited to 'test/Transforms/PGOProfile/counter_promo_mexits.ll')
-rw-r--r-- | test/Transforms/PGOProfile/counter_promo_mexits.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/PGOProfile/counter_promo_mexits.ll b/test/Transforms/PGOProfile/counter_promo_mexits.ll index 71e5f066d50f..bb799757a47c 100644 --- a/test/Transforms/PGOProfile/counter_promo_mexits.ll +++ b/test/Transforms/PGOProfile/counter_promo_mexits.ll @@ -1,5 +1,5 @@ -; RUN: opt < %s -pgo-instr-gen -instrprof -do-counter-promotion=true -speculative-counter-promotion -S | FileCheck --check-prefix=PROMO %s -; RUN: opt < %s --passes=pgo-instr-gen,instrprof -do-counter-promotion=true -speculative-counter-promotion -S | FileCheck --check-prefix=PROMO %s +; RUN: opt < %s -pgo-instr-gen -instrprof -do-counter-promotion=true -speculative-counter-promotion-max-exiting=3 -S | FileCheck --check-prefix=PROMO %s +; RUN: opt < %s --passes=pgo-instr-gen,instrprof -do-counter-promotion=true -speculative-counter-promotion-max-exiting=3 -S | FileCheck --check-prefix=PROMO %s @g = common local_unnamed_addr global i32 0, align 4 |