diff options
author | Sven van Haastregt <sven.vanhaastregt@arm.com> | 2021-03-18 12:17:12 +0000 |
---|---|---|
committer | Sven van Haastregt <sven.vanhaastregt@arm.com> | 2021-03-18 12:17:12 +0000 |
commit | c5c4a88a840037fd38cb35d5efd524d51dcc091b (patch) | |
tree | 6568ab84c7d9c32f08f029c5f7b27e85b7eb7cfb /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | e5cd5b352ff481f02e1f4555033edf87112dcc0c (diff) | |
download | llvm-c5c4a88a840037fd38cb35d5efd524d51dcc091b.zip llvm-c5c4a88a840037fd38cb35d5efd524d51dcc091b.tar.gz llvm-c5c4a88a840037fd38cb35d5efd524d51dcc091b.tar.bz2 |
[OpenCL] Remove spurious atomic_fetch tablegen builtins
The `int` and `long` versions of these builtins already provide the
necessary overloads for `intptr_t` and `uintptr_t` arguments, as
`ASTContext` defines `atomic_(u)intptr_t` in terms of the `int` or
`long` types.
Prior to this patch, calls to those builtins with particular argument
types resulted in call-is-ambiguous errors.
Differential Revision: https://reviews.llvm.org/D98520
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions