[PATCH] D89830: [ValuteTracking] Handle alignment assume bundles
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 20 15:20:17 PDT 2020
arichardson created this revision.
arichardson added reviewers: Tyker, jdoerfert, lebedev.ri, nikic, spatel.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
arichardson requested review of this revision.
I noticed that alignment was no longer inferred as well after I recently merged
our CHERI fork from upstream. It seems this was caused by the change to move
IRBuilder's alignment assumptions over to assume bundles instead of
icmp+ptrtoint+mask (D71739 <https://reviews.llvm.org/D71739>).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D89830
Files:
llvm/lib/Analysis/ValueTracking.cpp
llvm/test/Analysis/BasicAA/featuretest.ll
llvm/test/Analysis/ValueTracking/assume-queries-counter.ll
llvm/unittests/Analysis/ValueTrackingTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89830.299490.patch
Type: text/x-patch
Size: 4458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201020/744538d8/attachment.bin>
More information about the llvm-commits
mailing list