[PATCH] D140715: [AAPointerInfo] Remove redundant check

Shilei Tian via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 28 01:22:04 PST 2022


tianshilei1992 abandoned this revision.
tianshilei1992 marked an inline comment as done.
tianshilei1992 added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/AttributorAttributes.cpp:1653
-        if (Assumption.first)
-          break;
       }
----------------
jdoerfert wrote:
> This breaks the outer loop.
Oh I'm stupid. My eyes need calibration…


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140715



More information about the llvm-commits mailing list