Skip to content

Commit 985ab04

Browse files
committed
address comments
1 parent 4cd82cf commit 985ab04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/lib/Target/NVPTX/NVPTXAliasAnalysis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ MemoryEffects NVPTXAAResult::getMemoryEffects(const CallBase *Call,
142142
}
143143

144144
return MemoryEffects::unknown();
145-
}
145+
}

llvm/test/CodeGen/NVPTX/nvptx-aa-inline-asm.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt -passes=aa-eval -aa-pipeline=nvptx-aa -print-all-alias-modref-info < %s -disable-output 2>&1 \
1+
; RUN: opt -passes=aa-eval -aa-pipeline=nvptx-aa,basic-aa -print-all-alias-modref-info < %s -disable-output 2>&1 \
22
; RUN: | FileCheck %s --check-prefixes CHECK-ALIAS
33

44
target datalayout = "e-i64:64-v16:16-v32:32-n16:32:64"

0 commit comments

Comments
 (0)