]> granicus.if.org Git - clang/commit
Introduce Value::stripPointerCastsSameRepresentation
authorJohannes Doerfert <jdoerfert@anl.gov>
Tue, 4 Jun 2019 20:21:46 +0000 (20:21 +0000)
committerJohannes Doerfert <jdoerfert@anl.gov>
Tue, 4 Jun 2019 20:21:46 +0000 (20:21 +0000)
commit4b311772fde6bcf366683dbf7e08750b8b611ead
tree382a63358a3b44685a5ed405a04f62c9ff220ff6
parent8c592941d57097bc0ddf91ee2a97939873a9ed5a
Introduce Value::stripPointerCastsSameRepresentation

This patch allows current users of Value::stripPointerCasts() to force
the result of the function to have the same representation as the value
it was called on. This is useful in various cases, e.g., (non-)null
checks.

In this patch only a single call site was adjusted to fix an existing
misuse that would cause nonnull where they may be wrong. Uses in
attribute deduction and other areas, e.g., D60047, are to be expected.

For a discussion on this topic, please see [0].

[0] http://lists.llvm.org/pipermail/llvm-dev/2018-December/128423.html

Reviewers: hfinkel, arsenm, reames

Subscribers: wdng, hiraditya, bollu, llvm-commits

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362545 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenOpenCLCXX/addrspace-references.cl