Skip to content

Commit

Permalink
Add opaque pointer in test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoyard authored and wsmoses committed Jan 26, 2024
1 parent 5fe03de commit 098ea88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enzyme/test/TypeAnalysis/smax.ll
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; RUN: if [ %llvmver -lt 16 ]; then %opt < %s %loadEnzyme -print-type-analysis -type-analysis-func=smax -o /dev/null | FileCheck %s; fi
; RUN: %opt < %s %newLoadEnzyme -passes="print-type-analysis" -type-analysis-func=smax -S -o /dev/null | FileCheck %s
; RUN: if [ %llvmver -lt 16 ]; then %opt < %s %loadEnzyme -opaque-pointers -print-type-analysis -type-analysis-func=smax -o /dev/null | FileCheck %s; fi
; RUN: %opt < %s %newLoadEnzyme -opaque-pointers -passes="print-type-analysis" -type-analysis-func=smax -S -o /dev/null | FileCheck %s

define void @smax(ptr %inp) {
entry:
Expand Down

0 comments on commit 098ea88

Please sign in to comment.