[PATCH] D48493: [HIP] Support flush denorms bitcode

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 27 11:06:21 PDT 2018


yaxunl added inline comments.


================
Comment at: lib/Driver/ToolChains/HIP.cpp:85
                    "ockl.amdgcn.bc", "irif.amdgcn.bc", "ocml.amdgcn.bc",
                    "oclc_finite_only_off.amdgcn.bc",
+                   FlushDenormalControlBC,
----------------
we need to fix the order. should be ocml, then ockl, then irif. but should do it in another patch


https://reviews.llvm.org/D48493





More information about the cfe-commits mailing list