[PATCH] D83744: [Attributor] Attributor call site specific AAValueConstantRange

Kuter Dinel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 28 20:34:48 PST 2021


kuter updated this revision to Diff 327021.
kuter added a comment.

Split cb_range.ll into two files cb_range_enabled.ll and cb_range_disabled.ll.
This is needed because the combination of prefixes we use triggers a edge case with the
update script.

For more information see D95794 <https://reviews.llvm.org/D95794> which tries to solve the issue (it doesn't work).
I don't think there is any non O(N!) to fix this edge case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83744

Files:
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Transforms/IPO/AttributorAttributes.cpp
  llvm/test/Transforms/Attributor/cb_range_disabled.ll
  llvm/test/Transforms/Attributor/cb_range_enabled.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83744.327021.patch
Type: text/x-patch
Size: 23778 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210301/f36bad5d/attachment.bin>


More information about the llvm-commits mailing list