summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2010-03-04-Mul8Bug.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix the remaining MUL8 and DIV8 to define AX instead of AL,AH.Jakob Stoklund Olesen2010-03-041-0/+25
These instructions technically define AL,AH, but a trick in X86ISelDAGToDAG reads AX in order to avoid reading AH with a REX instruction. Fix PR6489. llvm-svn: 97742
OpenPOWER on IntegriCloud