[all-commits] [llvm/llvm-project] 96f499: [MC] Store target Insts table in reverse order. NFC.
Jay Foad via All-commits
all-commits at lists.llvm.org
Tue Jan 24 13:42:28 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96f49905de25730c6efe1bef26e0bb60b4b1a583
https://github.com/llvm/llvm-project/commit/96f49905de25730c6efe1bef26e0bb60b4b1a583
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-01-24 (Tue, 24 Jan 2023)
Changed paths:
M llvm/include/llvm/MC/MCInstrInfo.h
M llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
M llvm/utils/TableGen/InstrInfoEmitter.cpp
Log Message:
-----------
[MC] Store target Insts table in reverse order. NFC.
This will allow an entry in the table to access data that is stored
immediately after the end of the table, by adding its opcode value
to its address.
Differential Revision: https://reviews.llvm.org/D142217
More information about the All-commits
mailing list