OSDN Git Service

[optnone] Skip pass Constant Hoisting on optnone functions.
authorAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Sat, 14 Feb 2015 15:11:48 +0000 (15:11 +0000)
committerAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Sat, 14 Feb 2015 15:11:48 +0000 (15:11 +0000)
commit47cd120a183617d64de7ed0ea6f2be83daa86370
tree283ec82d8cfba818c684741ddee17931be58f988
parentfba633f4b6a5cbab024833bf74f3e9d85547871c
[optnone] Skip pass Constant Hoisting on optnone functions.

Added test CodeGen/X86/constant-hoisting-optnone.ll to verify that
pass Constant Hoisting is not run on optnone functions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229258 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/ConstantHoisting.cpp
test/CodeGen/X86/constant-hoisting-optnone.ll [new file with mode: 0644]