We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024cb70 commit 0b95b09Copy full SHA for 0b95b09
llvm/test/Analysis/NVPTXAA/NVPTXAA_before_BasicAA.ll
@@ -1,7 +1,4 @@
1
; RUN: opt -aa-pipeline=default -passes='require<aa>' -debug-pass-manager -disable-output -S < %s 2>&1 | FileCheck %s
2
-; RUN: opt -O2 -debug-aa -disable-output -S < %s 2>&1 | FileCheck %s --check-prefix=LEGACY
3
-; LEGACY: NVPTX AA
4
-; LEGACY-NEXT: Basic Alias Analysis (stateless AA impl)
5
6
; In default AA pipeline, NVPTXAA should run before BasicAA to reduce compile time for NVPTX backend
7
target triple = "nvptx64-nvidia-cuda"
0 commit comments