[llvm] [MIR] Allow overriding isSSA, noPhis, noVRegs in MIR input (PR #108546)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 24 00:15:36 PDT 2024
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff 992a64aad388b4e809ac3123ea1d48fed4f35244 fe7ea84be09a02f18dda314b57b6b9e117309cca --extensions h,cpp -- llvm/include/llvm/CodeGen/MIRYamlMapping.h llvm/lib/CodeGen/MIRParser/MIRParser.cpp llvm/lib/CodeGen/MIRPrinter.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/CodeGen/MIRParser/MIRParser.cpp b/llvm/lib/CodeGen/MIRParser/MIRParser.cpp
index 74815abbf1..a3b2fa1ae7 100644
--- a/llvm/lib/CodeGen/MIRParser/MIRParser.cpp
+++ b/llvm/lib/CodeGen/MIRParser/MIRParser.cpp
@@ -410,7 +410,7 @@ bool MIRParserImpl::computeFunctionProperties(
Properties.set(P);
else
Properties.reset(P);
-
+
return ExplicitProp && *ExplicitProp && !ComputedProp;
};
``````````
</details>
https://github.com/llvm/llvm-project/pull/108546
More information about the llvm-commits
mailing list