Run update_llc_test_checks.py on
- CodeGen/X86/atom-bypass-slow-division.ll
- CodeGen/X86/atom-bypass-slow-division-64.ll
- CodeGen/X86/slow-div.ll
Paths
| Differential D28469
Update LLC tests for slow division bypassing (NFC) ClosedPublic Authored by n.bozhenov on Jan 9 2017, 7:19 AM.
Details Summary Run update_llc_test_checks.py on
Diff Detail Event Timelinen.bozhenov updated this object.
This revision is now accepted and ready to land.Jan 9 2017, 3:10 PM n.bozhenov added a child revision: D28196: [X86] Tune bypassing of slow division for Intel CPUs.Jan 11 2017, 3:02 AM Closed by commit rL291799: [X86] Update LLC tests for slow division bypassing (NFC) (authored by n.bozhenov). · Explain WhyJan 12 2017, 11:40 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 83621 test/CodeGen/X86/atom-bypass-slow-division-64.lltest/CodeGen/X86/atom-bypass-slow-division.ll
test/CodeGen/X86/slow-div.ll
|
I think some bots will fail unless you specify a triple here. For example, if this runs on a darwin bot, the comment formatting will be different (## instead of #).
My usual triple preference for x86-64 tests is:
x86_64-unknown-unknown