This patch replaces some nested if statement with logical and to reduce the nesting depth.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D126050
[mlir][NFC] Replace some nested if with logical and. ClosedPublic Authored by jacquesguan on May 20 2022, 1:51 AM.
Details Summary This patch replaces some nested if statement with logical and to reduce the nesting depth.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 20 2022, 4:37 AM Closed by commit rG10c9ecce9f60: [mlir][NFC] Replace some nested if with logical and. (authored by jacquesguan). · Explain WhyMay 22 2022, 7:24 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 430907 mlir/lib/Dialect/Arithmetic/IR/ArithmeticOps.cpp
|