aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/pr12889.ll
Commit message (Collapse)AuthorAgeFilesLines
* When legalising shifts, do not pre-build a list of operands whichPeter Collingbourne2012-05-201-0/+18
may be RAUW'd by the recursive call to LegalizeOps; instead, retrieve the other operands when calling UpdateNodeOperands. Fixes PR12889. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157162 91177308-0d34-0410-b5e6-96231b3b80d8