C++: Add dataflow skeleton for barrier guards on indirect instruction/operand nodes.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-01-13 18:33:18 +00:00
parent 6b182c5ebd
commit d63b73406c

View File

@@ -2494,6 +2494,12 @@ module InstructionBarrierGuard<instructionGuardChecksSig/3 instructionGuardCheck
result = TSsaPhiInputNode(phi, input) result = TSsaPhiInputNode(phi, input)
) )
} }
/**
* Gets an indirect node with indirection index `indirectionIndex` that is
* safely guarded by the given guard check.
*/
Node getAnIndirectBarrierNode(int indirectionIndex) { none() }
} }
/** /**