This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6c7043a228f Revert Fix a bug w/inbounds invalidation in LFTR new 3cc39d23bba [GlobalISel] Add a G_BRJT opcode. new ce52d84b192 gn build: Simplify Target build files
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 14 +++++++++++ include/llvm/Support/TargetOpcodes.def | 3 +++ include/llvm/Target/GenericOpcodes.td | 9 +++++++ lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 11 +++++++++ lib/CodeGen/MachineVerifier.cpp | 12 ++++++++++ .../GlobalISel/legalizer-info-validation.mir | 3 +++ .../{test_g_jump_table.mir => test_g_brjt.mir} | 18 ++++++++------ .../llvm/lib/Target/AArch64/MCTargetDesc/BUILD.gn | 1 - .../llvm/lib/Target/AArch64/TargetInfo/BUILD.gn | 4 ---- .../llvm/lib/Target/AArch64/Utils/BUILD.gn | 3 +++ .../llvm/lib/Target/ARM/MCTargetDesc/BUILD.gn | 2 +- .../llvm/lib/Target/ARM/TargetInfo/BUILD.gn | 4 ---- .../secondary/llvm/lib/Target/ARM/Utils/BUILD.gn | 3 +++ .../llvm/lib/Target/BPF/MCTargetDesc/BUILD.gn | 27 +++++++-------------- .../llvm/lib/Target/BPF/TargetInfo/BUILD.gn | 4 ---- .../llvm/lib/Target/Hexagon/MCTargetDesc/BUILD.gn | 24 +++++++------------ .../llvm/lib/Target/Hexagon/TargetInfo/BUILD.gn | 5 ---- .../llvm/lib/Target/Lanai/MCTargetDesc/BUILD.gn | 27 +++++++-------------- .../llvm/lib/Target/Lanai/TargetInfo/BUILD.gn | 1 - .../llvm/lib/Target/PowerPC/MCTargetDesc/BUILD.gn | 28 +++++++--------------- .../llvm/lib/Target/PowerPC/TargetInfo/BUILD.gn | 4 ---- .../secondary/llvm/lib/Target/RISCV/Utils/BUILD.gn | 3 +++ .../llvm/lib/Target/Sparc/MCTargetDesc/BUILD.gn | 27 +++++++-------------- .../llvm/lib/Target/Sparc/TargetInfo/BUILD.gn | 2 -- .../lib/Target/WebAssembly/MCTargetDesc/BUILD.gn | 28 +++++++--------------- .../lib/Target/WebAssembly/TargetInfo/BUILD.gn | 4 ---- .../llvm/lib/Target/X86/MCTargetDesc/BUILD.gn | 27 +++++++-------------- .../llvm/lib/Target/X86/TargetInfo/BUILD.gn | 4 ---- 28 files changed, 136 insertions(+), 166 deletions(-) copy test/MachineVerifier/{test_g_jump_table.mir => test_g_brjt.mir} (56%)