[llvm] [Xtensa] Implement volatile load/store. (PR #110292)
Andrei Safronov via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 2 08:30:12 PDT 2024
================
@@ -1104,10 +1104,24 @@ XtensaTargetLowering::emitSelectCC(MachineInstr &MI,
MachineBasicBlock *XtensaTargetLowering::EmitInstrWithCustomInserter(
MachineInstr &MI, MachineBasicBlock *MBB) const {
DebugLoc DL = MI.getDebugLoc();
+ const TargetInstrInfo &TII = *Subtarget.getInstrInfo();
----------------
andreisfr wrote:
I added using XtensaInstrInfo. It is not a member yet, I'm not sure, whether we need to add it?
https://github.com/llvm/llvm-project/pull/110292
More information about the llvm-commits
mailing list