Displaying 2 results from an estimated 2 matches for "retpolinep".
Did you mean:
retpoline
2018 Jan 05
1
FYI, we've posted a component of Spectre mitigation on llvm-commits
...2018 at 12:51 AM Leslie Zhai via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi LLVM developers,
>
> Does it need to implement <Target>RetpolineThunksPass,
> `getOpcodeForRetpoline`, `EmitLoweredRetpoline`, etc. for other Targets?
> Or does it also need to implement `RetpolinePic` to inherit from
> <Target> for LLD's Backends? Alex is my mentor, he is leading me to
> maintain RISCV target, so I have such question, please give me
> suggestions, thanks for your teaching!
>
What you need will highly depend on the architecture. We've worked to
ensur...
2018 Jan 05
0
FYI, we've posted a component of Spectre mitigation on llvm-commits
Hi LLVM developers,
Does it need to implement <Target>RetpolineThunksPass,
`getOpcodeForRetpoline`, `EmitLoweredRetpoline`, etc. for other Targets?
Or does it also need to implement `RetpolinePic` to inherit from
<Target> for LLD's Backends? Alex is my mentor, he is leading me to
maintain RISCV target, so I have such question, please give me
suggestions, thanks for your teaching!
--
Regards,
Leslie Zhai - https://reviews.llvm.org/p/xiangzhai/