[PATCH] D157907: [NFC] Refactor X86TargetLowering::getGlobalWrapperKind()

Michael Buch via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 22 09:11:25 PDT 2023


Michael137 added a comment.

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())"


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