Skip to content

Commit

Permalink
[test] Fix const-addr-no-neg-offset.ll under NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
aeubanks committed Nov 14, 2020
1 parent 6ef0711 commit 325d95e
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1,5 +1,6 @@
; RUN: opt -mtriple=arm-arm-none-eabi -consthoist -S < %s | FileCheck %s
; RUN: opt -mtriple=arm-arm-none-eabi -consthoist -pgso -S < %s | FileCheck %s -check-prefix=PGSO
; RUN: opt -mtriple=arm-arm-none-eabi -consthoist -pgso -S < %s -enable-new-pm=0 | FileCheck %s -check-prefix=PGSO
; RUN: opt -mtriple=arm-arm-none-eabi -passes='require<profile-summary>,consthoist' -pgso -S < %s | FileCheck %s -check-prefix=PGSO
; RUN: opt -mtriple=arm-arm-none-eabi -consthoist -pgso=false -S < %s | FileCheck %s -check-prefix=NPGSO

; There are different candidates here for the base constant: 1073876992 and
Expand Down

0 comments on commit 325d95e

Please sign in to comment.