[PATCH] D91444: [InstCombine] Preserve !annotation metadata for memory combines.
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 16 11:09:43 PST 2020
lebedev.ri accepted this revision.
lebedev.ri added a comment.
In D91444#2458024 <https://reviews.llvm.org/D91444#2458024>, @fhahn wrote:
> In D91444#2394512 <https://reviews.llvm.org/D91444#2394512>, @lebedev.ri wrote:
>
>> What about teaching IRBuilder to deal with it like it deals with debugloc?
>
> Done! Together with D93400 <https://reviews.llvm.org/D93400> this patch now boils down to requesting !annotation to be preserved for instructions created by IRBuilder.
Yay, now this does look good to me.
Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91444/new/
https://reviews.llvm.org/D91444
More information about the cfe-commits
mailing list