[llvm-branch-commits] [mlir] [mlir][IR] Add helper functions to compute insertion point (PR #114940)

Mehdi Amini via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Nov 8 04:59:44 PST 2024


================
@@ -334,6 +334,18 @@ class OpBuilder : public Builder {
   /// This class represents a saved insertion point.
   class InsertPoint {
   public:
+    /// Finds the closest insertion point where all given values are defined
----------------
joker-eph wrote:

It's not clear to me that this is a well defined problem: what does "closest means" here?

https://github.com/llvm/llvm-project/pull/114940


More information about the llvm-branch-commits mailing list