]> granicus.if.org Git - llvm/commit
[ValueTracking] Look through ptrmask intrinsics during getUnderlyingObject.
authorFlorian Hahn <flo@fhahn.com>
Thu, 15 Aug 2019 18:39:56 +0000 (18:39 +0000)
committerFlorian Hahn <flo@fhahn.com>
Thu, 15 Aug 2019 18:39:56 +0000 (18:39 +0000)
commit0b9143b20fc80004d4620a734cafac5d88ba47b6
tree5f76cfacec2c79f385dd7519d8c2da9e7b2857a0
parent276069850eb99f7d4d2f225f62bebb3a0e30dd84
[ValueTracking] Look through ptrmask intrinsics during getUnderlyingObject.

Reviewers: nlopes, efriedma, hfinkel, sanjoy, aqjune, jdoerfert

Reviewed By: jdoerfert

Subscribers: jdoerfert, hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D61669

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369036 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/ValueTracking.cpp
test/Analysis/BasicAA/ptrmask.ll [new file with mode: 0644]