[all-commits] [llvm/llvm-project] 854f26: [MC] Move deprecation infos from MCTargetDesc to M...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Sun Mar 29 12:20:56 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 854f268ca62e0138bb36469a58a3bf040a8e9984
https://github.com/llvm/llvm-project/commit/854f268ca62e0138bb36469a58a3bf040a8e9984
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-03-29 (Sun, 29 Mar 2020)
Changed paths:
M llvm/include/llvm/MC/MCInstrDesc.h
M llvm/include/llvm/MC/MCInstrInfo.h
M llvm/lib/MC/CMakeLists.txt
M llvm/lib/MC/MCInstrDesc.cpp
A llvm/lib/MC/MCInstrInfo.cpp
M llvm/unittests/CodeGen/MachineInstrTest.cpp
M llvm/utils/TableGen/AsmMatcherEmitter.cpp
M llvm/utils/TableGen/InstrInfoEmitter.cpp
Log Message:
-----------
[MC] Move deprecation infos from MCTargetDesc to MCInstrInfo
This allows emitting it only when the feature is used by a target.
Shrinks Release+Asserts clang by 900k.
More information about the All-commits
mailing list