llvm-project
14e97d64 - [mlir][Shape] Fix Yoda condition in OutlineShapeComputation (#174146)

Commit
5 days ago
[mlir][Shape] Fix Yoda condition in OutlineShapeComputation (#174146) Change `nullptr != inpDefOp` to `inpDefOp != nullptr` for better readability and consistency with LLVM coding standards.
Author
Parents
Loading