[PATCH] D140493: [SROA] Support promotion in presence of variably-indexed loads

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 21 14:59:33 PST 2022


lebedev.ri added a comment.

In D140493#4011659 <https://reviews.llvm.org/D140493#4011659>, @lebedev.ri wrote:

> In D140493#4011599 <https://reviews.llvm.org/D140493#4011599>, @nikic wrote:
>
>> FYI sqlite3 from llvm-test-suite fails to build in ReleaseLTO-g configuration with the following error:
>>
>>> /usr/bin/ld: error: LLVM gold plugin: Invalid value reference from metadata
>
> Yeah, this is a rough version of the patch, it still probably needs some polishing.

All good now: https://llvm-compile-time-tracker.com/compare.php?from=4d255f9e3374ecc5a85ac30ecbe65f3a737dfe35&to=aaaef46a6e3ef5c21178f86a18ce8911113ab026&stat=instructions%3Au


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140493/new/

https://reviews.llvm.org/D140493



More information about the llvm-commits mailing list