This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ee1e043 Debug Info: Restore the pre-r240853 behavior for DWARF2 bitfields. new 7ea83df [Hexagon] Handle double-vector registers as new-value producers new c831d1b [GVN] Minor code cleanup. NFC.
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: include/llvm/Transforms/Scalar/GVN.h | 17 ++- .../Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp | 30 ++++- .../Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp | 13 +++ .../Hexagon/MCTargetDesc/HexagonMCInstrInfo.h | 2 + lib/Transforms/Scalar/GVN.cpp | 125 ++++++++++----------- test/MC/Hexagon/double-vector-producer.s | 12 ++ 6 files changed, 122 insertions(+), 77 deletions(-) create mode 100644 test/MC/Hexagon/double-vector-producer.s