aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/DCE
AgeCommit message (Expand)Author
2018-02-15[DCE] Salvage debug info from dead instsVedant Kumar
2017-11-08Add an @llvm.sideeffect intrinsicDan Gohman
2017-08-14Add strictfp attribute to prevent unwanted optimizations of libm callsAndrew Kaylor
2017-06-09[InstSimplify] Don't constant fold or DCE calls that are marked nobuiltinAndrew Kaylor
2016-11-04llvm/test/Transforms/DCE/calls-errno.ll: Suppress checking @pow(+0,-1).NAKAMURA Takumi
2016-11-02DCE math library calls with a constant operand.Eli Friedman
2016-04-29Mark guards on true as "trivially dead"Sanjoy Das
2016-04-22PM: Port DCE to the new pass managerJustin Bogner