search for: footgtinstrinfo

Displaying 2 results from an estimated 2 matches for "footgtinstrinfo".

2017 Feb 17
7
RFC: Setting MachineInstr flags through storeRegToStackSlot
...ag parameter to storeRegToStackSlot. The storeRegToStackSlot implementation is responsible for applying this flag to all inserted instructions. This could be defaulted to MachineInstr::NoFlags, to minimise changes to function callers, although that defaulted value would have to be replicated in all FooTgtInstrInfo.h headers. For either 2) or 3), the changes are simple, it's just they will affect all backends. I'm very happy to implement the patch, but thought it was worth asking feedback. I'm CCing in Tim+Craig+Simon as AArch64/X86/Mips code owners, as well as Eric as debug info code owner. An...
2017 Feb 21
3
RFC: Setting MachineInstr flags through storeRegToStackSlot
...eRegToStackSlot implementation is responsible for applying this flag > to > > all inserted instructions. This could be defaulted to > MachineInstr::NoFlags, > > to minimise changes to function callers, although that defaulted value > would > > have to be replicated in all FooTgtInstrInfo.h headers. > > > > For either 2) or 3), the changes are simple, it's just they will affect > all > > backends. I'm very happy to implement the patch, but thought it was > worth > > asking feedback. I'm CCing in Tim+Craig+Simon as AArch64/X86/Mips code >...