MLIR 22.0.0git
IndependenceTransforms.cpp File Reference

Go to the source code of this file.

Functions

static FailureOr< OpFoldResultmakeIndependent (OpBuilder &b, Location loc, OpFoldResult ofr, ValueRange independencies)
 Make the given OpFoldResult independent of all independencies.

Function Documentation

◆ makeIndependent()

FailureOr< OpFoldResult > makeIndependent ( OpBuilder & b,
Location loc,
OpFoldResult ofr,
ValueRange independencies )
static