https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/143478
I have a habit of using early exits given it is in the LLVM coding standards, but most of the early exits used within this script were trivial and actually adding complexity. These are all instances where we only perform one operation after the early exit, so removing the early exit means less lines of code and arguably more readable code. _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits