This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1345035 add a vector variant of each test new c3332e4 [Hexagon] Do not check alignment for unsized types in isLegal [...] new 305565b Disable shrinking of SNaN constants
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: lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 28 +++++++++------ lib/Target/Hexagon/HexagonISelLowering.cpp | 23 ++++++++---- test/CodeGen/Hexagon/is-legal-void.ll | 58 ++++++++++++++++++++++++++++++ test/CodeGen/SystemZ/fp-const-10.ll | 15 ++++++++ 4 files changed, 106 insertions(+), 18 deletions(-) create mode 100644 test/CodeGen/Hexagon/is-legal-void.ll create mode 100644 test/CodeGen/SystemZ/fp-const-10.ll