[PATCH] D28053: Cleanup the handling of noinline function attributes, -fno-inline, -fno-inline-functions, -O0, and optnone.
Mehdi AMINI via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 22 09:54:50 PST 2016
mehdi_amini added a comment.
> It would be awesome if attribute sets were a bit more FileCheck friendly, but oh well.
I've been wondering about that, what's the point of attribute sets in the textual IR?
I understand the idea for saving space in the Bitcode, but the IR does not have to use the same representation.
https://reviews.llvm.org/D28053
More information about the cfe-commits
mailing list