Clement Courbet 8171bd8e0f [X86][Sched] Add zero idiom sched data to the SNB model.
Summary:
On SNB, renamer-based zeroing does not work for:
 - 16 and 8-bit GPRs[1].
 - MMX [2].
 - ANDN variants [3]

[1] echo 'sub %ax, %ax' | /tmp/llvm-exegesis -mode=uops -snippets-file=-
[2] echo 'pxor %mm0, %mm0' | /tmp/llvm-exegesis -mode=uops -snippets-file=-
[3] echo 'andnps %xmm0, %xmm0' | /tmp/llvm-exegesis -mode=uops -snippets-file=-

Reviewers: RKSimon, andreadb

Subscribers: gbedwell, craig.topper, llvm-commits

Differential Revision: https://reviews.llvm.org/D52358

llvm-svn: 342736
2018-09-21 14:07:20 +00:00
..
2018-09-20 10:59:08 +00:00
2018-04-07 19:50:09 +00:00
2018-02-28 22:57:23 +00:00
2018-02-28 22:57:23 +00:00
2018-08-30 06:01:05 +00:00
2018-03-26 21:07:59 +00:00
2018-02-06 18:18:49 +00:00
2018-01-19 06:08:15 +00:00
2018-03-26 21:07:59 +00:00
2018-07-23 20:19:10 +00:00
2018-08-30 06:01:05 +00:00
2018-04-13 11:37:06 +00:00
2018-02-11 13:12:50 +00:00
2018-08-30 06:01:05 +00:00
2018-01-17 22:19:31 +00:00
2018-05-10 07:26:05 +00:00
2018-05-10 07:26:05 +00:00
2018-01-19 12:05:58 +00:00