[PATCH] D76140: [InlineFunction] update attributes during inlining
Anna Thomas via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 19 12:36:14 PDT 2020
anna updated this revision to Diff 251447.
anna added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
fixed clang tests. rot-intrinsics.c testcase has 5 different RUNs with 3 prefixes. Depending on target-triple, the attribute is added to the caller, so I've disabled the optimization for that specific test with -update-return-attrs=false
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76140/new/
https://reviews.llvm.org/D76140
Files:
clang/test/CodeGen/builtins-systemz-zvector.c
clang/test/CodeGen/builtins-systemz-zvector2.c
clang/test/CodeGen/movbe-builtins.c
clang/test/CodeGen/rot-intrinsics.c
clang/test/CodeGen/waitpkg.c
llvm/lib/Transforms/Utils/InlineFunction.cpp
llvm/test/Transforms/Inline/ret_attr_update.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76140.251447.patch
Type: text/x-patch
Size: 13638 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200319/5e1750f7/attachment.bin>
More information about the cfe-commits
mailing list