summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/NVPTX/ld-st-addrrspace.py
Commit message (Collapse)AuthorAgeFilesLines
* Python compat - print statementSerge Guelton2019-01-031-0/+2
| | | | | | | | | Make sure all print statements are compatible with Python 2 and Python3 using the `from __future__ import print_function` statement. Differential Revision: https://reviews.llvm.org/D56249 llvm-svn: 350307
* [NVPTX] allow address space inference for volatile loads/stores.Artem Belevich2017-10-241-0/+97
If particular target supports volatile memory access operations, we can avoid AS casting to generic AS. Currently it's only enabled in NVPTX for loads and stores that access global & shared AS. Differential Revision: https://reviews.llvm.org/D39026 llvm-svn: 316495
OpenPOWER on IntegriCloud