[PATCH] D47088: Fix aliasing of launder.invariant.group

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 19 05:30:16 PDT 2018


xbolva00 added inline comments.


================
Comment at: llvm/lib/Analysis/ValueTracking.cpp:3389
+const Value *llvm::getArgumentAliasingToReturnedPointer(ImmutableCallSite CS) {
+  assert(CS);
+  if (const Value *RV = CS.getReturnedArgOperand())
----------------
Why assert here?


Repository:
  rL LLVM

https://reviews.llvm.org/D47088





More information about the llvm-commits mailing list