[PATCH] D86696: [Attributor][WIP] Introduce Loop AA

Luofan Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 27 04:35:04 PDT 2020


bbn created this revision.
bbn added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, okura, kuter, uenoku, hiraditya.
Herald added a reviewer: uenoku.
Herald added a reviewer: homerdin.
Herald added a project: LLVM.
bbn requested review of this revision.
Herald added a reviewer: sstefan1.
Herald added a reviewer: baziotis.

This function abstract attribute identifies whether the loops in a function are
"always-endless" or "never-endless". We can use such information to improve
the deduction of "willreturn" and undefined behavior.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D86696

Files:
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/lib/Transforms/IPO/AttributorAttributes.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86696.288276.patch
Type: text/x-patch
Size: 7423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200827/da1dba69/attachment.bin>


More information about the llvm-commits mailing list