[PATCH] D78020: clang/AMDGPU: Assume denormals are enabled for the default target.

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 14 08:00:05 PDT 2020


yaxunl added inline comments.


================
Comment at: clang/test/Driver/cuda-flush-denormals-to-zero.cu:26
+// Test no subtarget
+// FIXME: This defaults to gfx803, but gets a different denormal mode than explicitly specifying it.
+// RUN: %clang -x hip -no-canonical-prefixes -### -target x86_64-linux-gnu -c -march=haswell -nocudainc -nogpulib %s 2>&1 | FileCheck -check-prefix=FTZ %s
----------------
this comment can be removed or modified 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78020/new/

https://reviews.llvm.org/D78020





More information about the cfe-commits mailing list