Skip to content

Commit

Permalink
Main tmp (EnzymeAD#2095)
Browse files Browse the repository at this point in the history
* No public description

PiperOrigin-RevId: 672974542

* Integrate LLVM at llvm/llvm-project@d1cad2290c10

Updates LLVM usage to match
[d1cad2290c10](llvm/llvm-project@d1cad2290c10)

PiperOrigin-RevId: 673413227

* No public description

PiperOrigin-RevId: 681018789

* Update enzyme-mlir.yml

---------

Co-authored-by: Enzyme Team <[email protected]>
  • Loading branch information
wsmoses and Enzyme Team authored Oct 1, 2024
1 parent 507105a commit 7425c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/enzyme-mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: 'llvm/llvm-project'
ref: '1bc7057a8eb7400dfbb1fc8335efa41abab9884e'
ref: '54a49658990e827173f3a3198331df7cbe50b0c0'
path: 'llvm-project'

- name: Get MLIR commit hash
Expand Down
2 changes: 1 addition & 1 deletion enzyme/Enzyme/MLIR/Analysis/DataFlowActivityAnalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ void traverseCallGraph(FunctionOpInterface root,

curr.walk([&](CallOpInterface call) {
auto neighbor = dyn_cast_if_present<FunctionOpInterface>(
call.resolveCallable(symbolTable));
call.resolveCallableInTable(symbolTable));
if (neighbor && !visited.contains(neighbor)) {
frontier.push_back(neighbor);
visited.insert(neighbor);
Expand Down

0 comments on commit 7425c37

Please sign in to comment.