diff options
author | Hal Finkel <hfinkel@anl.gov> | 2015-08-31 07:51:36 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2015-08-31 07:51:36 +0000 |
commit | e0a28e54c7ddd918b3b01805c20369b6078e0ce0 (patch) | |
tree | 805a8a1b021636b959a52600802a01a56f948d04 /clang-tools-extra/clang-tidy/misc/InefficientAlgorithmCheck.cpp | |
parent | d6fdc8b6857635d4a641fe355afdbbd27c5803d7 (diff) | |
download | llvm-e0a28e54c7ddd918b3b01805c20369b6078e0ce0.zip llvm-e0a28e54c7ddd918b3b01805c20369b6078e0ce0.tar.gz llvm-e0a28e54c7ddd918b3b01805c20369b6078e0ce0.tar.bz2 |
[AggressiveAntiDepBreaker] Check for EarlyClobber on defining instruction
AggressiveAntiDepBreaker was doing some EarlyClobber checking, but was not
checking that the register being potentially renamed was defined by an
early-clobber def where there was also a use, in that instruction, of the
register being considered as the target of the rename. Fixes PR24014.
llvm-svn: 246423
Diffstat (limited to 'clang-tools-extra/clang-tidy/misc/InefficientAlgorithmCheck.cpp')
0 files changed, 0 insertions, 0 deletions