We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6fcc1 commit f1bc3afCopy full SHA for f1bc3af
mlir/include/mlir/Dialect/SCF/IR/SCF.h
@@ -40,12 +40,6 @@ void buildTerminatedBody(OpBuilder &builder, Location loc);
40
namespace mlir {
41
namespace scf {
42
43
-// Insert `loop.yield` at the end of the only region's only block if it
44
-// does not have a terminator already. If a new `loop.yield` is inserted,
45
-// the location is specified by `loc`. If the region is empty, insert a new
46
-// block first.
47
-void ensureLoopTerminator(Region ®ion, Builder &builder, Location loc);
48
-
49
/// Returns the loop parent of an induction variable. If the provided value is
50
/// not an induction variable, then return nullptr.
51
ForOp getForInductionVarOwner(Value val);
0 commit comments