diff options
author | Valentin Clement <clementval@gmail.com> | 2022-02-25 21:05:09 +0100 |
---|---|---|
committer | Valentin Clement <clementval@gmail.com> | 2022-02-25 21:05:44 +0100 |
commit | a7ac120a9ad784998a5527fc0a71b2d0fd55eccb (patch) | |
tree | c6ecb152a3a55f9e21d8bdac546c9c5e1c4d6202 /llvm/lib/Object/MachOObjectFile.cpp | |
parent | 98813e365c23c297ef64e4d9cb59cd86eb81ce3c (diff) | |
download | llvm-a7ac120a9ad784998a5527fc0a71b2d0fd55eccb.zip llvm-a7ac120a9ad784998a5527fc0a71b2d0fd55eccb.tar.gz llvm-a7ac120a9ad784998a5527fc0a71b2d0fd55eccb.tar.bz2 |
[flang] Lower logical comparison and logical operations
This handles the lowering of the logical comparison
to `arith.cmpi` operation. The logical operations `.OR.`, `.AND.`
and `.NOT.` are lowered to `arith.ori`, `arith.andi` and `arith.xori`
This patch is part of the upstreaming effort from fir-dev branch.
Depends on D120559
Reviewed By: schweitz, rovka
Differential Revision: https://reviews.llvm.org/D120560
Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>
Co-authored-by: Jean Perier <jperier@nvidia.com>
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions