summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/hoist-const-stores.ll
Commit message (Collapse)AuthorAgeFilesLines
* [MachineLICM] Re-enable hoisting of constant storesZaara Syeda2018-04-091-0/+145
This patch fixes an issue exposed on the SystemZ build bots when committing https://reviews.llvm.org/rL327856. The hoisting was temporarily disabled with an option. This patch now re-enables hoisting and checks that we only hoist a store instruction when all its operands are either constant caller preserved registers or immediates. Differential Revision: https://reviews.llvm.org/D45286 llvm-svn: 329577
OpenPOWER on IntegriCloud