[PATCH] D9398: llvm.noalias - GetUnderlyingObjects to optionally collect noalias calls

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 3 15:14:47 PDT 2016


hfinkel added inline comments.


> majnemer wrote in ValueTracking.cpp:3070-3074
> I think you can sink this into the block for the `auto CS = CallSite(V)` condition.  You can compare `CS.getIntrinsicID()` with `Intrinsic::noalias`.

Yes, indeed!

https://reviews.llvm.org/D9398





More information about the llvm-commits mailing list