[all-commits] [llvm/llvm-project] 21eb81: [mlir][spirv] Expose more query APIs directly on T...
Lei Zhang via All-commits
all-commits at lists.llvm.org
Mon Nov 9 15:03:13 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 21eb8127f41214c03934e9c7c6115ab70174d213
https://github.com/llvm/llvm-project/commit/21eb8127f41214c03934e9c7c6115ab70174d213
Author: Lei Zhang <antiagainst at google.com>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/SPIRVAttributes.h
M mlir/include/mlir/Dialect/SPIRV/TargetAndABI.h
M mlir/lib/Dialect/SPIRV/SPIRVAttributes.cpp
M mlir/lib/Dialect/SPIRV/TargetAndABI.cpp
Log Message:
-----------
[mlir][spirv] Expose more query APIs directly on TargetEnv
This allows us to omit one level of indirection when querying
the information from the underlying attribute.
Reviewed By: hanchung, ThomasRaoux
Differential Revision: https://reviews.llvm.org/D91080
More information about the All-commits
mailing list