[llvm] [Xtensa] Implement volatile load/store. (PR #110292)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 29 12:24:18 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();
----------------
arsenm wrote:
Use XTensaInstrInfo. Also this might be a member already?
https://github.com/llvm/llvm-project/pull/110292
More information about the llvm-commits
mailing list