[all-commits] [llvm/llvm-project] 53b6a1: [SPIR-V] Add SPIR-V logical triple.
Nathan Gauër via All-commits
all-commits at lists.llvm.org
Mon Sep 11 01:16:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 53b6a169e453a2a91d3713ca16fa089853c670a8
https://github.com/llvm/llvm-project/commit/53b6a169e453a2a91d3713ca16fa089853c670a8
Author: Nathan Gauër <brioche at google.com>
Date: 2023-09-11 (Mon, 11 Sep 2023)
Changed paths:
M clang/lib/Basic/Targets.cpp
M clang/lib/Basic/Targets/SPIR.cpp
M clang/lib/Basic/Targets/SPIR.h
M clang/lib/Frontend/CompilerInvocation.cpp
M llvm/include/llvm/TargetParser/Triple.h
M llvm/lib/TargetParser/Triple.cpp
M llvm/unittests/TargetParser/TripleTest.cpp
Log Message:
-----------
[SPIR-V] Add SPIR-V logical triple.
Clang implements SPIR-V with both Physical32 and Physical64 addressing
models. This commit adds a new triple value for the Logical
addressing model.
Differential Revision: https://reviews.llvm.org/D155978
More information about the All-commits
mailing list