This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dc4a67cca0a [PPC CodeGen] Expand the bitreverse.i64 intrinsic. new 374ba004d2a [Hexagon] Handle Hexagon-specific machine operand target fl [...] new 589c8caef1a [WebAssembly] Use the correct size for MCFillFragment new 33287d8a695 [Hexagon] Fix check for HMOTF_ConstExtend operand flag
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/MC/WasmObjectWriter.cpp | 2 +- lib/Target/Hexagon/HexagonInstrInfo.cpp | 44 ++++++++++++++++++----- lib/Target/Hexagon/HexagonInstrInfo.h | 21 +++++++++++ lib/Target/Hexagon/HexagonTargetMachine.cpp | 10 +++--- lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 12 +++---- lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h | 13 ++++--- test/CodeGen/Hexagon/target-flag-ext.mir | 24 +++++++++++++ test/CodeGen/MIR/Hexagon/target-flags.mir | 36 +++++++++++++++++++ test/MC/WebAssembly/array-fill.ll | 14 ++++++++ 9 files changed, 152 insertions(+), 24 deletions(-) create mode 100644 test/CodeGen/Hexagon/target-flag-ext.mir create mode 100644 test/CodeGen/MIR/Hexagon/target-flags.mir create mode 100644 test/MC/WebAssembly/array-fill.ll