[all-commits] [llvm/llvm-project] 958711: Add DXIL triple
Chris B via All-commits
all-commits at lists.llvm.org
Fri Mar 18 22:18:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95871187bfbc809a15a9ac914bd6ef320c891592
https://github.com/llvm/llvm-project/commit/95871187bfbc809a15a9ac914bd6ef320c891592
Author: Chris Bieneman <cbieneman at microsoft.com>
Date: 2022-03-19 (Sat, 19 Mar 2022)
Changed paths:
M llvm/include/llvm/ADT/Triple.h
M llvm/lib/Support/Triple.cpp
M llvm/unittests/ADT/TripleTest.cpp
Log Message:
-----------
Add DXIL triple
This patch adds triple support for:
* dxil architecture
* shadermodel OS (with version parsing)
* shader stages as environment
Reviewed By: MaskRay, pete
Differential Revision: https://reviews.llvm.org/D122031
More information about the All-commits
mailing list