[llvm] [SandboxIR] Implement ResumeInst (PR #106152)

via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 26 15:38:13 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 af4a82e46ebfb672e17b02ac83f7a4e374b8e4de 1f2c60468da2b7a46373871a892bf88117cb11ad --extensions h,cpp -- llvm/include/llvm/SandboxIR/SandboxIR.h llvm/lib/SandboxIR/SandboxIR.cpp llvm/unittests/SandboxIR/SandboxIRTest.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/llvm/unittests/SandboxIR/SandboxIRTest.cpp b/llvm/unittests/SandboxIR/SandboxIRTest.cpp
index 74abcdd293..dc194b3a14 100644
--- a/llvm/unittests/SandboxIR/SandboxIRTest.cpp
+++ b/llvm/unittests/SandboxIR/SandboxIRTest.cpp
@@ -2523,7 +2523,7 @@ define void @foo(i32 %cond0, i32 %cond1) {
   EXPECT_EQ(NewCSI->getParentPad(), CS0);
 }
 
-TEST_F(SandboxIRTest, ResumeInst){
+TEST_F(SandboxIRTest, ResumeInst) {
   parseIR(C, R"IR(
 define void @foo() {
 entry:

``````````

</details>


https://github.com/llvm/llvm-project/pull/106152


More information about the llvm-commits mailing list