[all-commits] [llvm/llvm-project] e67cbb: [mlir][python] Expose CallSiteLoc Python side
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Wed Oct 13 01:25:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e67cbbef03392edc7f5a0e8bd1f64d798d2cfeef
https://github.com/llvm/llvm-project/commit/e67cbbef03392edc7f5a0e8bd1f64d798d2cfeef
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2021-10-13 (Wed, 13 Oct 2021)
Changed paths:
M mlir/lib/Bindings/Python/IRCore.cpp
M mlir/test/python/ir/location.py
Log Message:
-----------
[mlir][python] Expose CallSiteLoc Python side
This exposes creating a CallSiteLoc with a callee & list of frames for
callers. Follows the creation approach in C++ side where a list of
frames may be provided.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D111670
More information about the All-commits
mailing list