This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bd0032e [Coroutines] Part 6: Elide dynamic allocation of a coroutine [...] new 3b54bd1 [Hexagon] Use integer instructions for floating point immediates new 6b89c90 GlobalISel: avoid inserting redundant COPYs for bitcasts. new d5551e6 GlobalISel: fixup copy/paste comment error
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: include/llvm/CodeGen/GlobalISel/IRTranslator.h | 2 +- lib/CodeGen/GlobalISel/IRTranslator.cpp | 7 +- lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 6 +- lib/Target/Hexagon/HexagonAsmPrinter.cpp | 20 +-- lib/Target/Hexagon/HexagonBitSimplify.cpp | 6 +- lib/Target/Hexagon/HexagonBitTracker.cpp | 6 +- lib/Target/Hexagon/HexagonConstPropagation.cpp | 16 +- lib/Target/Hexagon/HexagonCopyToCombine.cpp | 3 +- lib/Target/Hexagon/HexagonFrameLowering.cpp | 2 +- lib/Target/Hexagon/HexagonHardwareLoops.cpp | 4 +- lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 16 +- lib/Target/Hexagon/HexagonInstrInfo.cpp | 24 +-- lib/Target/Hexagon/HexagonInstrInfo.td | 29 +--- lib/Target/Hexagon/HexagonInstrInfoV5.td | 186 ++++++++------------- .../Hexagon/HexagonSplitConst32AndConst64.cpp | 32 +--- lib/Target/Hexagon/HexagonSplitDouble.cpp | 6 +- .../AArch64/GlobalISel/arm64-irtranslator.ll | 23 ++- test/CodeGen/Hexagon/fsel.ll | 22 +++ 18 files changed, 166 insertions(+), 244 deletions(-) create mode 100644 test/CodeGen/Hexagon/fsel.ll