diff options
Diffstat (limited to 'llvm/test/MC/AMDGPU/warnings.s')
| -rw-r--r-- | llvm/test/MC/AMDGPU/warnings.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/MC/AMDGPU/warnings.s b/llvm/test/MC/AMDGPU/warnings.s new file mode 100644 index 000000000000..3f94d14a59ce --- /dev/null +++ b/llvm/test/MC/AMDGPU/warnings.s @@ -0,0 +1,5 @@ +// NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --version 5 +// RUN: llvm-mc -triple=amdgcn -mcpu=gfx900 -filetype=null %s 2>&1 | FileCheck %s + +v_floor_f64 v[0:1], 1.23456 +// CHECK: :[[@LINE-1]]:1: warning: Can't encode literal as exact 64-bit floating-point operand. Low 32-bits will be set to zero |
