Made some updates to the half.ll test under CodeGen to make it friendly to the update_llc_test_checks .py tool as follows:
- Removing the llc flag -asm-verbose=false
- Grouping the multiple check-prefix directives
- Apply update_llc_test_checks.py tool on the test
This change is needed to easily update scheduling changes in an upcoming patch.