[PATCH] D118441: Preserve aliasing info during memory intrinsics lowering

Evgeniy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 14 04:09:39 PST 2022


ebrevnov added a comment.

I'm extending functionality of memory lowering utilities which meant to be used in different context. At the moment there is no any upstream pass which will take advantage of added functionality immediately. Rather, we have downstream functionality which will make use of it. In future, upstream users can decide to utilize the functionality on case by case bases... I don't have enough expertise in those areas to drive changes


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118441



More information about the llvm-commits mailing list