This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d2a4d81 [X86][SSE] Consistently set MOVD/MOVQ load/store/move instruc [...] new 4632c8a When GVN removes a redundant load, it should not modify the d [...] new fe16faa [LowerTypeTests] Use the TrailingObjects infrastructure for t [...] new 038449d [AVR] Expand 'SELECT_CC' nodes whereever possible
The 3 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/Target/AVR/AVRISelLowering.cpp | 4 +-- lib/Transforms/IPO/LowerTypeTests.cpp | 16 +++++---- lib/Transforms/Scalar/GVN.cpp | 5 ++- test/CodeGen/AVR/expand-integer-failure.ll | 2 -- test/Transforms/GVN/dbg-redundant-load.ll | 52 ++++++++++++++++++++++++++++++ 5 files changed, 68 insertions(+), 11 deletions(-) create mode 100644 test/Transforms/GVN/dbg-redundant-load.ll