[llvm] [InstCombine] Refactoring matchFunnelShift (NFC) (PR #73390)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 25 06:45:54 PST 2023
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 7c44167daa7529d0a1352746e17c9aba6a4ed8ae 6bbc77677d6771bef299d6a9ae0a66a6784b97e9 -- llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp llvm/lib/Transforms/InstCombine/InstCombineInternal.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineInternal.h b/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
index 92cdb9cbda..303d02cc24 100644
--- a/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
+++ b/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
@@ -237,7 +237,7 @@ public:
}
std::optional<std::tuple<Intrinsic::ID, SmallVector<Value *, 3>>>
- convertShlOrLShrToFShlOrFShr(Instruction &Or);
+ convertShlOrLShrToFShlOrFShr(Instruction &Or);
private:
bool annotateAnyAllocSite(CallBase &Call, const TargetLibraryInfo *TLI);
``````````
</details>
https://github.com/llvm/llvm-project/pull/73390
More information about the llvm-commits
mailing list