summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/Inputs/hip_dev_lib
Commit message (Collapse)AuthorAgeFilesLines
* [HIP] Remove unused irif bitcode from testAaron Enye Shi2018-10-111-0/+0
| | | | | | | | | | This is part of previous commit [HIP] Replace irif library with hip.amdgcn.bc Reviewers: yaxunl Differential Revision: https://reviews.llvm.org/D52673 llvm-svn: 344285
* [HIP] Replace irif library with hip.amdgcn.bcAaron Enye Shi2018-10-111-0/+0
| | | | | | No longer use irif amdgcn library, instead we will use the previous fence functions from new hip.amdgcn.bc bitcode library. Update hip-device-libs.hip test as well. llvm-svn: 344281
* [HIP] Support flush denormals bitcodeAaron Enye Shi2018-06-2711-0/+0
Summary: Use oclc_daz_opt_on.amdgcn.bc bitcode when option fcuda-flush-denormal-to-zero is enabled, otherwise use oclc_daz_opt_off.amdgcn.bc bitcode. Added lit tests to verify that the correct bitcode is linked when -fcuda-flush-denormal-to-zero option is enabled or disabled. Reviewers: yaxunl, scchan, b-sumner Reviewed By: yaxunl, scchan, b-sumner Subscribers: cfe-commits, yaxunl Differential Revision: https://reviews.llvm.org/D48493 llvm-svn: 335765
OpenPOWER on IntegriCloud