[PATCH] D28496: [AMDGPU] Implement f16 fcopysign

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 11 22:26:27 PST 2017


kzhuravl added inline comments.


================
Comment at: test/CodeGen/AMDGPU/fcopysign.f16.ll:1
+; RUN: llc -march=amdgcn -mcpu=tonga -enable-unsafe-fp-math -verify-machineinstrs < %s | FileCheck -check-prefix=FUNC -check-prefix=GCN -check-prefix=VI %s
+
----------------
kzhuravl wrote:
> arsenm wrote:
> > This should also have an SI run line. The -enable-unsafe-fp-math should also be dropped
> Should check lines also be added for SI? Or run line is sufficient?
Nevermind. I got confused by the original comment.


https://reviews.llvm.org/D28496





More information about the llvm-commits mailing list