X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FCodeGen%2FISDOpcodes.h;h=4f55ccac16efde5d7687bd5b8b7ed466aec8f531;hp=bbf0ad304585d4b886200d8dc5d54ac1fab3b651;hb=ae1ae2c3a179851437ed2f4ac3d83a0f024e5861;hpb=4f5aa5994e1ace1da714bd2faacfc8f0dbaef4f7 diff --git a/include/llvm/CodeGen/ISDOpcodes.h b/include/llvm/CodeGen/ISDOpcodes.h index bbf0ad30458..4f55ccac16e 100644 --- a/include/llvm/CodeGen/ISDOpcodes.h +++ b/include/llvm/CodeGen/ISDOpcodes.h @@ -675,6 +675,9 @@ namespace ISD { ATOMIC_LOAD_UMIN, ATOMIC_LOAD_UMAX, + // Masked load and store + MLOAD, MSTORE, + /// This corresponds to the llvm.lifetime.* intrinsics. The first operand /// is the chain and the second operand is the alloca pointer. LIFETIME_START, LIFETIME_END,