[mlir][NFC] Replace some nested if with logical and.
authorjacquesguan <Jianjian.Guan@streamcomputing.com>
Fri, 20 May 2022 08:48:52 +0000 (08:48 +0000)
committerjacquesguan <Jianjian.Guan@streamcomputing.com>
Mon, 23 May 2022 02:04:48 +0000 (02:04 +0000)
commit10c9ecce9f6096e18222a331c5e7d085bd813f75
tree9ca4a9f9e85d6243a7afb97694842639b75667ee
parentc11051a4001c7f89e8655f1776a75110a562a45e
[mlir][NFC] Replace some nested if with logical and.

This patch replaces some nested if statement with logical and to reduce the nesting depth.

Differential Revision: https://reviews.llvm.org/D126050
mlir/lib/Dialect/Arithmetic/IR/ArithmeticOps.cpp