[PATCH] D77013: [AMDGPU] Add options -mamdgpu-ieee -mno-amdgpu-ieee
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 30 08:38:06 PDT 2020
arsenm added inline comments.
================
Comment at: clang/test/CodeGenOpenCL/amdgpu-ieee.cl:20
+}
+
+// ON-NOT: attributes [[ATTRS]] = {{.*}} "amdgpu-ieee"
----------------
arsenm wrote:
> Should also test a non-kernel function
I think we should also have some ISA check run lines that show the final result for minnum/maxnum lowering, as well as if output modifiers are used
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77013/new/
https://reviews.llvm.org/D77013
More information about the cfe-commits
mailing list