This is found from code review of D127202. See comment https://reviews.llvm.org/D127202#3607812
This patch does not reply on D127202. Making this patch depend on D127202 is to show the improvement in the testcase.
Paths
| Differential D128529
[InlineFunction] Only check pointer arguments for a call ClosedPublic Authored by shchenz on Jun 24 2022, 7:08 AM.
Details Summary This is found from code review of D127202. See comment https://reviews.llvm.org/D127202#3607812 This patch does not reply on D127202. Making this patch depend on D127202 is to show the improvement in the testcase.
Diff Detail
Event Timelineshchenz added a parent revision: D127202: [InlineFunction] don't add noalias metadata for unknown objects.Jun 24 2022, 7:08 AM This revision is now accepted and ready to land.Jun 24 2022, 7:29 AM This revision was landed with ongoing or failed builds.Jun 30 2022, 2:39 AM Closed by commit rGb05801de35aa: [InlineFunction] Only check pointer arguments for a call (authored by shchenz). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 439733 llvm/lib/Transforms/Utils/InlineFunction.cpp
llvm/test/Transforms/Coroutines/coro-retcon-opaque-ptr.ll
llvm/test/Transforms/Coroutines/coro-retcon-resume-values.ll
llvm/test/Transforms/Coroutines/coro-retcon.ll
|
Minor phrasing suggestion.