diff options
Diffstat (limited to 'llvm/test/CodeGen/PTX/mad.ll')
-rw-r--r-- | llvm/test/CodeGen/PTX/mad.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PTX/mad.ll b/llvm/test/CodeGen/PTX/mad.ll index 56c77eb48ef..786345b2913 100644 --- a/llvm/test/CodeGen/PTX/mad.ll +++ b/llvm/test/CodeGen/PTX/mad.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=ptx | FileCheck %s +; RUN: llc < %s -march=ptx -mattr=+sm13 | FileCheck %s define ptx_device float @t1_f32(float %x, float %y, float %z) { ; CHECK: mad.rn.f32 f0, f1, f2, f3; |