This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 624049efdce [AMDGPU] Omit KILL instructions from hazard recognizer new 3a22eb400ff [ARM] Fix select_cc lowering for fp16 new cf02f1a2ebb Add wildcard support to all update_*_test_checks.py scripts [...]
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: lib/Target/ARM/ARMISelLowering.cpp | 18 +- test/CodeGen/ARM/vsel-fp16.ll | 676 ++++++++++++++++++++++++++++++++++++ utils/update_analyze_test_checks.py | 8 +- utils/update_llc_test_checks.py | 4 +- utils/update_mir_test_checks.py | 4 +- utils/update_test_checks.py | 4 +- 6 files changed, 699 insertions(+), 15 deletions(-) create mode 100644 test/CodeGen/ARM/vsel-fp16.ll