[PATCH] D94648: [amdgpu] Implement lower function LDS pass
Jon Chesterfield via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 18 09:02:35 PST 2021
JonChesterfield marked 9 inline comments as done.
JonChesterfield added a comment.
Fixed the easy parts. Adding a call to the new pass manager by `RUN: opt -S -mtriple=amdgcn-- -passes=amdgpu-lower-function-lds < %s | FileCheck %s` does't work - it looks like the pass manager runs the module pass on individual functions. Trying to find some documentation about the new pass manager to see where the plumbing error lies.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94648/new/
https://reviews.llvm.org/D94648
More information about the llvm-commits
mailing list