diff options
author | Lei Zhang <antiagainst@google.com> | 2020-12-17 10:55:45 -0500 |
---|---|---|
committer | Lei Zhang <antiagainst@google.com> | 2020-12-17 11:03:26 -0500 |
commit | 01178654121b1caadadd448d65d7fb4f806670d6 (patch) | |
tree | b60013ed0cbac3fc0f9a98361d04b353e51b7eea /lldb/source/Commands/CommandObjectCommands.cpp | |
parent | d20e0c3444ad9ada550d9d6d1d56fd72948ae444 (diff) | |
download | llvm-01178654121b1caadadd448d65d7fb4f806670d6.zip llvm-01178654121b1caadadd448d65d7fb4f806670d6.tar.gz llvm-01178654121b1caadadd448d65d7fb4f806670d6.tar.bz2 |
[mlir][spirv] NFC: Shuffle code around to better follow convention
This commit shuffles SPIR-V code around to better follow MLIR
convention. Specifically,
* Created IR/, Transforms/, Linking/, and Utils/ subdirectories and
moved suitable code inside.
* Created SPIRVEnums.{h|cpp} for SPIR-V C/C++ enums generated from
SPIR-V spec. Previously they are cluttered inside SPIRVTypes.{h|cpp}.
* Fixed include guards in various header files (both .h and .td).
* Moved serialization tests under test/Target/SPIRV.
* Renamed TableGen backend -gen-spirv-op-utils into -gen-spirv-attr-utils
as it is only generating utility functions for attributes.
Reviewed By: mravishankar
Differential Revision: https://reviews.llvm.org/D93407
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
0 files changed, 0 insertions, 0 deletions