| commit | 28e7bcbba6eed70ad026b28c3d09872275c27812 | [log] [tgz] |
|---|---|---|
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | Mon Mar 26 21:06:14 2018 +0000 |
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | Mon Mar 26 21:06:14 2018 +0000 |
| tree | be9c3763409e3f3f5ca07cc6af9c42077b4e547c | |
| parent | 78fdca3cd55cbb28924542e9a7102a088bb4566c [diff] |
[X86] Add WriteCRC32 scheduler class Currently CRC32 instructions use the WriteFAdd class, this patch splits them off into their own, at the moment it is still mostly just a duplicate of WriteFAdd but it can now be tweaked on a target by target basis. Differential Revision: https://reviews.llvm.org/D44647 llvm-svn: 328582