[PATCH] D101011: [Attr] Add "noipa" function attribute

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 15 09:59:40 PDT 2022


xbolva00 added a comment.

>> I lost steam when folks suggested that to implement this we could/should revisit/rewrite/retest every call site that checks for interposability... that just doesn't seem productive to me/hard to justify the time to do all that work and doing it partially I think would be really harmful (leaving interposability unaligned/inconsistent with noipa in various subtle ways).

:/ not productive approach to work on one perfect patch.

This work could be split easily. 1) Basic llvm support, 2) clang attribute, 3) complete llvm support.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101011/new/

https://reviews.llvm.org/D101011



More information about the llvm-commits mailing list