This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 15a20c7ea2c [AMDGPU] Fixed dpp_combine.mir with expensive checks. NFC. new bae72fac330 [BPF] Remove relocation for patchable externs new f038ba49f4e [Alignment][NFC] Use llv::Align in GISelKnownBits new 6be83c7f8f1 [DAGCombiner] reduce code duplication; NFC
The 3 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/GISelKnownBits.h | 9 +- lib/CodeGen/GlobalISel/GISelKnownBits.cpp | 16 +-- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 +- lib/Target/BPF/BPFAbstractMemberAccess.cpp | 2 - lib/Target/BPF/BPFCORE.h | 4 +- lib/Target/BPF/BPFMISimplifyPatchable.cpp | 19 +--- lib/Target/BPF/BTF.h | 25 +---- lib/Target/BPF/BTFDebug.cpp | 56 +---------- lib/Target/BPF/BTFDebug.h | 7 -- test/CodeGen/BPF/BTF/binary-format.ll | 22 ++--- test/CodeGen/BPF/BTF/filename.ll | 4 +- test/CodeGen/BPF/BTF/func-func-ptr.ll | 4 +- test/CodeGen/BPF/BTF/func-non-void.ll | 4 +- test/CodeGen/BPF/BTF/func-source.ll | 4 +- test/CodeGen/BPF/BTF/func-typedef.ll | 4 +- test/CodeGen/BPF/BTF/func-unused-arg.ll | 4 +- test/CodeGen/BPF/BTF/func-void.ll | 4 +- test/CodeGen/BPF/CORE/offset-reloc-basic.ll | 6 +- test/CodeGen/BPF/CORE/offset-reloc-multilevel.ll | 6 +- .../BPF/CORE/offset-reloc-struct-anonymous.ll | 4 +- test/CodeGen/BPF/CORE/offset-reloc-struct-array.ll | 6 +- test/CodeGen/BPF/CORE/offset-reloc-union.ll | 6 +- test/CodeGen/BPF/CORE/patchable-extern-char.ll | 107 --------------------- test/CodeGen/BPF/CORE/patchable-extern-uint.ll | 102 -------------------- .../CodeGen/BPF/CORE/patchable-extern-ulonglong.ll | 103 -------------------- 25 files changed, 53 insertions(+), 481 deletions(-) delete mode 100644 test/CodeGen/BPF/CORE/patchable-extern-char.ll delete mode 100644 test/CodeGen/BPF/CORE/patchable-extern-uint.ll delete mode 100644 test/CodeGen/BPF/CORE/patchable-extern-ulonglong.ll