commit | 7c19248be846bec04be76e6169042459447887b2 | [log] [tgz] |
---|---|---|
author | Michael Kuperstein <mkuper@google.com> | Mon Jul 11 20:40:44 2016 +0000 |
committer | Michael Kuperstein <mkuper@google.com> | Mon Jul 11 20:40:44 2016 +0000 |
tree | 0b4b1f65e52d530568ee344996ac753f005aae90 | |
parent | fdc8303ecbdf2c8db52d638dc223381aa8cbd55a [diff] |
[X86] Disable FixupSetCC for CodeGenOpt::None It is an optimization pass, and should not run at -O0. Especially since Fast RA will not do the required register coalescing anyway, so it's a loss even from the optimization standpoint. This also works around (but doesn't quite fix) PR28489. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275099 91177308-0d34-0410-b5e6-96231b3b80d8