diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2021-05-08 17:05:05 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2021-05-10 21:59:59 +0200 |
commit | aa9b02ac75350a6c7c949dd24d5c6a931be26ff9 (patch) | |
tree | 4090ba1b4b9836d051368d0791433264dbd10320 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | e78b64df98878d1da56275e0c272ed58364da3ad (diff) | |
download | llvm-aa9b02ac75350a6c7c949dd24d5c6a931be26ff9.zip llvm-aa9b02ac75350a6c7c949dd24d5c6a931be26ff9.tar.gz llvm-aa9b02ac75350a6c7c949dd24d5c6a931be26ff9.tar.bz2 |
[Inliner] Fix noalias metadata handling for instructions simplified during cloning (PR50270)
Instead of using VMap, which may include instructions from the
caller as a result of simplification, iterate over the
(FirstNewBlock, Caller->end()) range, which will only include new
instructions.
Fixes https://bugs.llvm.org/show_bug.cgi?id=50270.
Differential Revision: https://reviews.llvm.org/D102110
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions