[llvm] [VFABI] Move the Vector ABI demangling utility to LLVMCore. (PR #77513)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 9 11:13:08 PST 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 f972e4d3434364718899f974e4d1c8e60aea91fa 1e5330c25d3721f6ff5a6e136647584b3b5b4101 -- llvm/include/llvm/IR/VFABIDemangler.h llvm/include/llvm/Analysis/VectorUtils.h llvm/include/llvm/Transforms/Utils/ModuleUtils.h llvm/lib/Analysis/VectorUtils.cpp llvm/lib/CodeGen/ReplaceWithVeclib.cpp llvm/lib/IR/Verifier.cpp llvm/lib/Transforms/Utils/InjectTLIMappings.cpp llvm/lib/Transforms/Utils/ModuleUtils.cpp llvm/tools/vfabi-demangle-fuzzer/vfabi-demangler-fuzzer.cpp llvm/lib/IR/VFABIDemangler.cpp llvm/unittests/IR/VFABIDemanglerTest.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/Analysis/VectorUtils.cpp b/llvm/lib/Analysis/VectorUtils.cpp
index 41d2f63d3b..517b281670 100644
--- a/llvm/lib/Analysis/VectorUtils.cpp
+++ b/llvm/lib/Analysis/VectorUtils.cpp
@@ -1459,4 +1459,3 @@ void InterleaveGroup<Instruction>::addMetadata(Instruction *NewInst) const {
propagateMetadata(NewInst, VL);
}
}
-
``````````
</details>
https://github.com/llvm/llvm-project/pull/77513
More information about the llvm-commits
mailing list