Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [test] Fix tests when run on windows after SVN r369426. NFC. | Martin Storsjo | 2019-08-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | When running tests on windows, invoking "llc -march=<arch>" will implicitly use windows as the target os, making these tests misbehave after this change. Fix the issue by using more specific -mtriple values instead of plain -march in these tests. This should hopefully fix buildbot failures like http://lab.llvm.org:8011/builders/clang-x64-windows-msvc/builds/9816. llvm-svn: 369443 | ||||
* | [AMDGPU] Propagate function attributes thru bitcasts | Stanislav Mekhanoshin | 2019-06-17 | 1 | -0/+23 |
AMDGPUPropagateAttributes will not work on function bitcatsts, so move AMDGPUFixFunctionBitcasts before it. Differential Revision: https://reviews.llvm.org/D63455 llvm-svn: 363614 |