[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:11:03 PST 2022


lebedev.ri added a comment.

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.


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