[llvm] [X86] Generate `kmov` for masking integers (PR #120593)

via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 22 21:40:44 PST 2024


================
@@ -0,0 +1,205 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=skylake-avx512 | FileCheck %s
+
+define dso_local void @foo_16_ne(ptr nocapture noundef writeonly %c, ptr nocapture noundef readonly %a, ptr nocapture noundef readonly %b, i32 noundef %mask) {
----------------
abhishek-kaushik22 wrote:

I couldn't think of one, I have replaced foo with the pr number.

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


More information about the llvm-commits mailing list