GP-4672 Set correct INDIRECT flags during SplitFlow

This commit is contained in:
caheckman 2024-06-11 18:51:46 +00:00
parent e6112ce481
commit a67e80c286
3 changed files with 16 additions and 0 deletions

View file

@ -87,6 +87,7 @@ private:
public:
TransformVar *getOut(void) const { return output; } ///< Get the output placeholder variable for \b this operator
TransformVar *getIn(int4 i) const { return input[i]; } ///< Get the i-th input placeholder variable for \b this
void inheritIndirect(PcodeOp *indOp); ///< Set \e indirect \e creation flags for \b this based on given INDIRECT
};
/// \brief Describes a (register) storage location and the ways it might be split into lanes