[all-commits] [llvm/llvm-project] 751c7b: [TableGen] Remove code beads
Sheng via All-commits
all-commits at lists.llvm.org
Sun May 29 23:27:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 751c7be5b20ff515267d977f96d63458dc5e0897
https://github.com/llvm/llvm-project/commit/751c7be5b20ff515267d977f96d63458dc5e0897
Author: Sheng <ox59616e at gmail.com>
Date: 2022-05-30 (Mon, 30 May 2022)
Changed paths:
M llvm/lib/Target/M68k/CMakeLists.txt
M llvm/lib/Target/M68k/M68kInstrInfo.cpp
M llvm/lib/Target/M68k/MCTargetDesc/M68kMCCodeEmitter.cpp
A llvm/test/CodeGen/M68k/is-pcrel-register-operand-legal.mir
M llvm/utils/TableGen/CMakeLists.txt
R llvm/utils/TableGen/CodeBeadsGen.cpp
M llvm/utils/TableGen/TableGen.cpp
M llvm/utils/TableGen/TableGenBackends.h
Log Message:
-----------
[TableGen] Remove code beads
Code beads is useless since the only user, M68k, has moved on to
a new encoding/decoding infrastructure.
Reviewed By: myhsu
Differential Revision: https://reviews.llvm.org/D126349
More information about the All-commits
mailing list