[PATCH] D157907: [NFC] Refactor X86TargetLowering::getGlobalWrapperKind()
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 22 09:18:35 PDT 2023
aeubanks added a comment.
In D157907#4607125 <https://reviews.llvm.org/D157907#4607125>, @Michael137 wrote:
> In D157907#4607118 <https://reviews.llvm.org/D157907#4607118>, @aeubanks wrote:
>
>> I've reverted the patch, yeah seeing the IR would be useful
>
> I won't be on my PC for the next 12 hours or so. I shared the IR with @jasonmolenda earlier today, hopefully he can forward it to you
>
> If you have access to a x86_64 (or Rosetta) Darwin machine you should be able to repro it by compiling `lldb/test/API/commands/expression/import-std-module/deque-basic/main.cpp` with your changes and attaching lldb as follows:
>
> ./bin/lldb a.out -o "sett set target.import-std-module true" -o "br se -p return -X main" -o run -o "expr std::sort(a.begin(), a.end())"
I'm not in a rush to get this relanded so posting the IR later is fine
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157907/new/
https://reviews.llvm.org/D157907
More information about the llvm-commits
mailing list