summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/2012-10-11-dynalloc.ll
Commit message (Collapse)AuthorAgeFilesLines
* Do not consider a machine instruction that uses and defines the sameUlrich Weigand2012-11-131-0/+18
physical register as candidate for common subexpression elimination in MachineCSE. This fixes a bug on PowerPC in MultiSource/Applications/oggenc/oggenc caused by MachineCSE invalidly merging two separate DYNALLOC insns. llvm-svn: 167855
OpenPOWER on IntegriCloud