This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a517bf8 Remove inline-comment-2.ll until I can debug why it fails on [...] new f6b677f Reinstate optnone test for GVN Hoisting, removed in r276479. new 1147bf6 [GlobalISel] Add unittests for LowLevelType. new ade60aa [GlobalISel] Fix LLT::unsized to match LLT(LabelTy). new eda1b46 [GlobalISel] Add LLT::operator!=(). new 8ad8fd6 [GlobalISel] Auto-brief LowLevelType. NFC.
The 5 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 | 61 +++++----- test/Feature/optnone-opt.ll | 3 +- unittests/CodeGen/CMakeLists.txt | 1 + unittests/CodeGen/LowLevelTypeTest.cpp | 216 +++++++++++++++++++++++++++++++++ 4 files changed, 249 insertions(+), 32 deletions(-) create mode 100644 unittests/CodeGen/LowLevelTypeTest.cpp