[PATCH] D89093: [Inliner][NPM] Fix various tests under NPM
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 9 09:21:14 PDT 2020
aeubanks added a comment.
There are other failing tests that look like real issues that I will look into. These are just a first pass over the failing tests that were more obvious to handle.
I read that the NPM inliner isn't supposed to handle so many weird cases like merging allocas, deleting readonly calls, etc, so those tests are pinned to the legacy inliner.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89093/new/
https://reviews.llvm.org/D89093
More information about the llvm-commits
mailing list