[PATCH] D71617: [WIP][NFC][Attributor] noalias attribute deduction fixme

Hideto Ueno via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 12 08:40:57 PDT 2020


uenoku added a comment.

> Please guide on why nonull.ll shows additional noalias propagation. I see that the caller doesn't have noalias attribute but it has derived it.

It was caused by a bug that the dependence track was missing for `NoAliasAA` so I have pushed the fix. (https://github.com/llvm/llvm-project/commit/d9bf79f4e9952acca1fa353e39bcee89cd69550f)


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

https://reviews.llvm.org/D71617





More information about the llvm-commits mailing list