[PATCH] D80319: [LICM] Allow movement of non-aliasing calls that at most only write to memory

Dominic Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 21 21:05:54 PDT 2020


ddcc added a comment.

Thanks for mentioning it; yeah, I think restrict support would be useful for functions that do access arguments, but it wouldn't cover aliasing in the second case between external functions with attributes that don't access arguments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80319





More information about the llvm-commits mailing list