[clang] [llvm] [X86] Support reserving EDI and ESI on x86-32 (PR #186123)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 13 20:08:27 PDT 2026
zhouguangyuan0718 wrote:
> I think @efriedma-quic was opposited the 32-bit support. I'm inclined to not do it unless there's claer requirment.
Thanks, we are developing a [Go compiler based on LLVM](https://github.com/goplus/llgo), for the closure context, we need a reserve register to pass it. And I hope it can be provided by llvm native.
https://github.com/llvm/llvm-project/pull/186123
More information about the cfe-commits
mailing list