LLVM 24.0.0git
llvm::MIPatternMatch::MMORef Struct Reference

Optional trailing operand for a load matcher (e.g. More...

#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"

Public Attributes

const MachineMemOperand *& MMO

Detailed Description

Optional trailing operand for a load matcher (e.g.

m_GLoad(m_Reg(Ptr), m_MMO(MMO))) that binds the matched instruction's MachineMemOperand.

Definition at line 496 of file MIPatternMatch.h.

Member Data Documentation

◆ MMO

const MachineMemOperand*& llvm::MIPatternMatch::MMORef::MMO

Definition at line 497 of file MIPatternMatch.h.


The documentation for this struct was generated from the following file: