commit | b264d69de7dfcb94da9719a59bdd2fd3a8063b6a | [log] [tgz] |
---|---|---|
author | Vedant Kumar <vsk@apple.com> | Fri Dec 21 21:49:40 2018 +0000 |
committer | Vedant Kumar <vsk@apple.com> | Fri Dec 21 21:49:40 2018 +0000 |
tree | f5440f9e50894ba9cea733d240fbc14627ea424a | |
parent | 8ed73c20586e073221b4e712a399b10fdb290fa4 [diff] |
[IR] Add Instruction::isLifetimeStartOrEnd, NFC Instruction::isLifetimeStartOrEnd() checks whether an Instruction is an llvm.lifetime.start or an llvm.lifetime.end intrinsic. This was suggested as a cleanup in D55967. Differential Revision: https://reviews.llvm.org/D56019 llvm-svn: 349964