summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support
diff options
context:
space:
mode:
authorJonas Paulsson <paulsson@linux.vnet.ibm.com>2016-08-03 05:46:35 +0000
committerJonas Paulsson <paulsson@linux.vnet.ibm.com>2016-08-03 05:46:35 +0000
commit196986ca95d6bd4b78ee59a08ab7bd42614f2e25 (patch)
tree0461eea56d5135469fd185de8f003bf8c619025a /libcxx/test/support
parentf60c395e84781f4842c416b3aede32be6d90eed7 (diff)
downloadbcm5719-llvm-196986ca95d6bd4b78ee59a08ab7bd42614f2e25.tar.gz
bcm5719-llvm-196986ca95d6bd4b78ee59a08ab7bd42614f2e25.zip
[IfConversion] Bugfix: Don't use undef flag while adding use operands.
IfConversion used to always add the undef flag when adding a use operand on a newly predicated instruction. This would be an operand for the register being conditionally redefined. Due to the undef flag, the liveness of this register prior to the predicated instruction would get lost. This patch changes this so that such use operands are added only when the register is live, without the undef flag. This was reverted but pushed again now, for details follow link below. Reviewed by Quentin Colombet. http://reviews.llvm.org/D209077 llvm-svn: 277571
Diffstat (limited to 'libcxx/test/support')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud