Skip to content

Commit

Permalink
llvmpasses: skip vectorization checks on non-x86.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Oct 23, 2024
1 parent e4101b7 commit e223a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/llvmpasses/pipeline-prints.ll
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
; COM: This is a newpm-only test, no legacypm command
; COM: we run all the prefixes even though some don't have tests because we want to make sure they don't crash
; REQUIRES: x86_64
; RUN: opt --load-pass-plugin=libjulia-codegen%shlibext -passes='julia' --print-before=BeforeOptimization -o /dev/null %s 2>&1 | FileCheck %s --check-prefixes=BEFOREOPTIMIZATION
; RUN: opt --load-pass-plugin=libjulia-codegen%shlibext -passes='julia' --print-before=BeforeEarlySimplification -o /dev/null %s 2>&1 | FileCheck %s --check-prefixes=BEFOREEARLYSIMPLIFICATION
; RUN: opt --load-pass-plugin=libjulia-codegen%shlibext -passes='julia' --print-before=AfterEarlySimplification -o /dev/null %s 2>&1 | FileCheck %s --check-prefixes=AFTEREARLYSIMPLIFICATION
Expand Down

0 comments on commit e223a75

Please sign in to comment.