[llvm] [BPF] Report Undefined Behavior from IR (PR #126858)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 11 21:14:09 PST 2025
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 967973512b9eba99dd8b04db42dbafcc50d94728 ae4596ea5063cbd5eb91eac17fbfa99e5603f50b --extensions cpp,h -- llvm/lib/Target/BPF/BPFCheckUndefIR.cpp llvm/lib/Target/BPF/BPF.h llvm/lib/Target/BPF/BPFTargetMachine.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/Target/BPF/BPF.h b/llvm/lib/Target/BPF/BPF.h
index 52a733e0d3..a1f97d83e8 100644
--- a/llvm/lib/Target/BPF/BPF.h
+++ b/llvm/lib/Target/BPF/BPF.h
@@ -35,7 +35,7 @@ InstructionSelector *createBPFInstructionSelector(const BPFTargetMachine &,
const BPFSubtarget &,
const BPFRegisterBankInfo &);
-void initializeBPFCheckUndefIRPass(PassRegistry&);
+void initializeBPFCheckUndefIRPass(PassRegistry &);
void initializeBPFCheckAndAdjustIRPass(PassRegistry&);
void initializeBPFDAGToDAGISelLegacyPass(PassRegistry &);
void initializeBPFMIPeepholePass(PassRegistry &);
``````````
</details>
https://github.com/llvm/llvm-project/pull/126858
More information about the llvm-commits
mailing list