[llvm-commits] [PATCH] Remove readonly/readnone attributes from all called functions

Kostya Serebryany kcc at google.com
Thu Dec 6 00:58:23 PST 2012


  Could you please describe the problem in more detail?
  AFAIR, if a function has readonly/readonone attr, all the writes we insert there are magically eliminated, right?
  So, why not (also?) remove these attributes while transforming the function itself?

http://llvm-reviews.chandlerc.com/D173



More information about the llvm-commits mailing list