[PATCH] D34934: [X86] Convert CodeGen test half.ll to be update_llc_test_checks friendly. NFC.
Gadi Haber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 2 06:20:50 PDT 2017
gadi.haber created this revision.
Made some updates to the half.ll test under CodeGen to make it friendly to the update_llc_test_checks .py tool as follows:
1. Removing the llc flag -asm-verbose=false
2. Grouping the multiple check-prefix directives
3. Apply update_llc_test_checks.py tool on the test
This change is needed to easily update scheduling changes in an upcoming patch.
Repository:
rL LLVM
https://reviews.llvm.org/D34934
Files:
test/CodeGen/X86/half.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34934.105028.patch
Type: text/x-patch
Size: 45446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170702/5a97c5b0/attachment.bin>
More information about the llvm-commits
mailing list