diff options
author | Valentin Clement (バレンタイン クレメン) <clementval@gmail.com> | 2024-03-14 10:30:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-14 10:30:23 -0700 |
commit | 15788e8dd38ffaa4336eda4c03079b6ea4d7df6d (patch) | |
tree | 7c5dbb8ea30cd249a7178f5a3c93ef5ad94528d6 /llvm/lib/Support/APInt.cpp | |
parent | d92d2e2b66ab14ad8f41c7af617a18166b2d54ae (diff) | |
download | llvm-15788e8dd38ffaa4336eda4c03079b6ea4d7df6d.zip llvm-15788e8dd38ffaa4336eda4c03079b6ea4d7df6d.tar.gz llvm-15788e8dd38ffaa4336eda4c03079b6ea4d7df6d.tar.bz2 |
[flang] Lower c_ptr_eq/ne for iso_c_binding (#85135)
Comparing c_ptr type for equality or inequality is raising an error.
```
not yet implemented: intrinsic module procedure: c_ptr_eq
```
or this one for inequality
```
not yet implemented: intrinsic module procedure: c_ptr_ne
```
This patch adds a lowering for them and fix the `__fortran_builtins.f90`
module for inequality.
Diffstat (limited to 'llvm/lib/Support/APInt.cpp')
0 files changed, 0 insertions, 0 deletions