[PATCH] D65701: [Attributor][Fix] Resolve various liveness issues

Stefan Stipanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 3 12:47:25 PDT 2019


sstefan1 accepted this revision.
sstefan1 added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:608
   /// Optional::NoneType.
-  Optional<Value *> getAssumedUniqueReturnValue(const AAIsDead *LivenessAA) const;
+  Optional<Value *>
+  getAssumedUniqueReturnValue(const AAIsDead *LivenessAA) const;
----------------
I run the clang-format and committed today, so this is not necessary. 

https://reviews.llvm.org/rG7849e4163583288ea53837a4e463af472bfe5f02


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65701





More information about the llvm-commits mailing list