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 44e112a commit f4307e0Copy full SHA for f4307e0
llvm/test/CodeGen/NVPTX/frem.ll
@@ -1,6 +1,6 @@
1
; 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
+; RUN: llc < %s --enable-unsafe-fp-math -mcpu=sm_60 | FileCheck %s --check-prefixes=FAST
+; RUN: llc < %s -mcpu=sm_60 | FileCheck %s --check-prefixes=NORMAL
4
5
6
target triple = "nvptx64-unknown-cuda"
0 commit comments