This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 928a5d4 [JumpThread] Simplify CmpInst-as-Condition branch-folding a bit. new 428e17c Revert r297177: Change LLT constructor string into an LLT-bas [...]
The 1 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/LowLevelType.h | 190 +++++++++++++++++++++++++-- include/llvm/Support/LowLevelTypeImpl.h | 202 ----------------------------- include/llvm/module.modulemap | 10 +- lib/CodeGen/GlobalISel/IRTranslator.cpp | 24 ++-- lib/CodeGen/LowLevelType.cpp | 55 ++++++-- lib/Support/CMakeLists.txt | 1 - lib/Support/LowLevelType.cpp | 47 ------- lib/Target/AArch64/AArch64CallLowering.cpp | 4 +- lib/Target/AMDGPU/AMDGPUCallLowering.cpp | 2 +- lib/Target/X86/X86CallLowering.cpp | 5 +- unittests/CodeGen/LowLevelTypeTest.cpp | 6 +- utils/TableGen/GlobalISelEmitter.cpp | 51 +++----- 12 files changed, 267 insertions(+), 330 deletions(-) delete mode 100644 include/llvm/Support/LowLevelTypeImpl.h delete mode 100644 lib/Support/LowLevelType.cpp