mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 19:26:05 +00:00

When unary operation support was initially upstreamed, the cir.cast operation hadn't been upstreamed yet, so logical not wasn't included. Since casts have now been added, this change adds support for logical not.