[llvm-dev] [GlobalISel] MachineMemOperands for generic memory instructions
Tom Stellard via llvm-dev
llvm-dev at lists.llvm.org
Thu Apr 14 10:24:29 PDT 2016
Hi,
Will the generic memory instructions (e.g. G_LOAD, G_STORE) still have
a MachineMemOperand as the last operand? Or was there a plan to use
something else?
It seems like we can at least re-use the MachineMemOperand interface,
as long as we create a sub-class that does not depend on a reference
to the original LLVM IR memory instruction.
-Tom
More information about the llvm-dev
mailing list