[all-commits] [llvm/llvm-project] 72832e: [SPIR-V] Allow setting SPIR-V version via target t...
Anastasia Stulova via All-commits
all-commits at lists.llvm.org
Mon May 23 06:24:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 72832efc941aa9a0366b3e73031ecf5101355f5f
https://github.com/llvm/llvm-project/commit/72832efc941aa9a0366b3e73031ecf5101355f5f
Author: Anastasia Stulova <anastasia.stulova at arm.com>
Date: 2022-05-23 (Mon, 23 May 2022)
Changed paths:
A llvm/docs/SPIRVUsage.rst
M llvm/docs/UserGuides.rst
M llvm/include/llvm/ADT/Triple.h
M llvm/lib/Support/Triple.cpp
M llvm/unittests/ADT/TripleTest.cpp
Log Message:
-----------
[SPIR-V] Allow setting SPIR-V version via target triple.
Currently added versions are from v1.0 to v1.5, other versions
can be added as needed.
This change also adds documentation about SPIR-V target support
in LLVM.
Differential Revision: https://reviews.llvm.org/D124776
More information about the All-commits
mailing list