[PATCH] D78659: Add nomerge function attribute to supress tail merge optimization in simplifyCFG
Alina Sbirlea via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 4 16:09:31 PDT 2020
asbirlea accepted this revision.
asbirlea added a comment.
This revision is now accepted and ready to land.
Thank you for adding this!
Please update first sentence in the description to:
We want to add a way to avoid merging identical calls so as to keep the separate debug-information for those calls. There is also an asan usecase where having this attribute would be beneficial to avoid alternative work-arounds.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78659/new/
https://reviews.llvm.org/D78659
More information about the cfe-commits
mailing list