[llvm] [X86][AVX512] Use comx for compare (PR #113567)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 24 06:29:26 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 8673d0e0673dd1a5e6f7a5df7509c45e33582987 f56ad5c6b823c1f53df16d826cee8c71f29596ff --extensions inc,cpp -- llvm/lib/Target/X86/X86ISelLowering.cpp llvm/test/TableGen/x86-fold-tables.inc
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp
index 42c8175ccc..4d6d4742ed 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -2448,7 +2448,7 @@ X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM,
}
}
}
-
+
if (!Subtarget.useSoftFloat() && Subtarget.hasVLX()) {
setTruncStoreAction(MVT::v4i64, MVT::v4i8, Legal);
setTruncStoreAction(MVT::v4i64, MVT::v4i16, Legal);
``````````
</details>
https://github.com/llvm/llvm-project/pull/113567
More information about the llvm-commits
mailing list