Skip to content

Commit f4307e0

Browse files
committed
address comments
1 parent 44e112a commit f4307e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/NVPTX/frem.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2-
; RUN: llc < %s --enable-unsafe-fp-math | FileCheck %s --check-prefixes=FAST
3-
; RUN: llc < %s | FileCheck %s --check-prefixes=NORMAL
2+
; RUN: llc < %s --enable-unsafe-fp-math -mcpu=sm_60 | FileCheck %s --check-prefixes=FAST
3+
; RUN: llc < %s -mcpu=sm_60 | FileCheck %s --check-prefixes=NORMAL
44

55

66
target triple = "nvptx64-unknown-cuda"

0 commit comments

Comments
 (0)