This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 81540ce1080 [DAG] fix type of undef returned by getNode() new 4b977b2e67d [ARM] Allow half types in ConstantPool new 1ba90b39233 [Hexagon] Remove unnecessary check new 0140a14c552 [Hexagon] Simplify some code, NFC
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/ARM/ARMConstantIslandPass.cpp | 10 +- lib/Target/Hexagon/HexagonISelLowering.cpp | 160 ++++++++--------------------- test/CodeGen/ARM/fp16-litpool-arm.mir | 89 ++++++++++++++++ test/CodeGen/ARM/fp16-litpool-thumb.mir | 80 +++++++++++++++ 4 files changed, 222 insertions(+), 117 deletions(-) create mode 100644 test/CodeGen/ARM/fp16-litpool-arm.mir create mode 100644 test/CodeGen/ARM/fp16-litpool-thumb.mir