This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 30d4f65 Fix an iterator invalidation bug when simplifying LIC user. new c39d5e6 Fix old testcase for dead store to match the original intent. new f884f5a Add some testcases for bitfields with illegal widths.
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: test/CodeGen/ARM/illegal-bitfield-loadstore.ll | 234 +++++++++++++++++++++++++ test/CodeGen/X86/illegal-bitfield-loadstore.ll | 144 +++++++++++++++ test/CodeGen/X86/longlong-deadload.ll | 26 ++- utils/update_llc_test_checks.py | 1 + 4 files changed, 396 insertions(+), 9 deletions(-) create mode 100644 test/CodeGen/ARM/illegal-bitfield-loadstore.ll create mode 100644 test/CodeGen/X86/illegal-bitfield-loadstore.ll