[PATCH] D56567: [ADT] Force attribute used on functions marked as always_inline.
Chandler Carruth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 10 16:49:37 PST 2019
chandlerc added a comment.
I honestly still think this is a poor alternative. I much prefer optimized tablegen if it matters. I'd much prefer defaulting to that in non-release builds as well. I think we should be using fewer attributes to manually hijack the optimizer and instead simply let the optimizer do its job when it is needed. =/
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56567/new/
https://reviews.llvm.org/D56567
More information about the llvm-commits
mailing list