Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [x86] Do not relax PUSHi16 to PUSHi32 (PR18414) | David Woodhouse | 2014-01-08 | 1 | -0/+5 |
They do *different* things to %esp, so they are not equivalent. Rename PUSHi8 to PUSH32i8 and add the missing PUSH16i8. llvm-svn: 198761 |