Gry Gunvor via llvm-dev
2015-Dec-20 16:12 UTC
[llvm-dev] Fwd: getting started changing the emitted code: at one instruction at function top
I'm just getting started changing the emitted code. Suppose I want to just add one new instruction to the function prologue at the top. Where would I do this? Does it depend on the backend? I'm targeting RISCV64. Gry
Hal Finkel via llvm-dev
2016-Jan-05 22:25 UTC
[llvm-dev] Fwd: getting started changing the emitted code: at one instruction at function top
Hi Gry, Yes, this depends on the backend. You'll want to look at your backend's *FrameLowering::emitPrologue function (in lib/Target/*/*FrameLowering.cpp). -Hal ----- Original Message -----> From: "Gry Gunvor via llvm-dev" <llvm-dev at lists.llvm.org> > To: llvm-dev at lists.llvm.org > Sent: Sunday, December 20, 2015 10:12:58 AM > Subject: [llvm-dev] Fwd: getting started changing the emitted code: at one instruction at function top > > I'm just getting started changing the emitted code. Suppose I want > to > just add one new instruction to the function prologue at the top. > Where would I do this? Does it depend on the backend? I'm targeting > RISCV64. > > Gry > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-- Hal Finkel Assistant Computational Scientist Leadership Computing Facility Argonne National Laboratory
I can't use svn to check out anything and I notice all the buildbots are failing. As they finish up their current runs they then fail when trying to start a new one and are unable to connect to llvm.org. svn: E175002: Unable to connect to a repository at URL 'https://llvm.org/svn/llvm-project/llvm/trunk' svn: E175002: OPTIONS of 'https://llvm.org/svn/llvm-project/llvm/trunk': SSL handshake failed: SSL socket read failed (https://llvm.org) -- -Bill Seurer
Reasonably Related Threads
- [LLVMdev] want to intercept array dereferences
- [LLVMdev] how much RAM do I really need to build a devel version of LLVM?
- [LLVMdev] want to intercept array dereferences
- [LLVMdev] [cfe-dev] want to intercept array dereferences
- llvm-objdump cannot recognize mul&mulh RISC-V M Instructions