This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bfdb3f2 In visitSTORE, always use FindBetterChain, rather than only w [...] new 1e598cb Revert r296474 - [globalisel] Change LLT constructor string i [...]
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 ----------------------------- 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 +- 10 files changed, 246 insertions(+), 290 deletions(-) delete mode 100644 include/llvm/Support/LowLevelTypeImpl.h delete mode 100644 lib/Support/LowLevelType.cpp