[PATCH] D87978: [WIP][Attributor] Adds deduction for the MaxObjSize Attribute

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 00:05:26 PDT 2020


jdoerfert added inline comments.


================
Comment at: llvm/test/Transforms/Attributor/maxobjsize.ll:173
+  %1 = call i32** @capture(i32* %0)
+  %2 = call i32** @capture(i32* @G)
+  br i1 %a, label %if, label %else
----------------
jdoerfert wrote:
> add another use of %0 and @G here before the capture calls
This is not necessary, forgot to delete it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87978



More information about the llvm-commits mailing list