[PATCH] D76140: [InlineFunction] update attributes during inlining
Anna Thomas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 17 16:46:29 PDT 2020
anna added a comment.
the test failures are related to attributes now being added to the calls in clang tests. All of these tests are using `llvm` intrinsics. Should we just disable this for intrinsic calls for now? Not sure how to update clang tests in the same patch as llvm project. Should be doable though.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76140/new/
https://reviews.llvm.org/D76140
More information about the llvm-commits
mailing list