[llvm] [X86] Generate `kmov` for masking integers (PR #120593)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 6 03:10:45 PST 2025
================
@@ -0,0 +1,372 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=x86_64-- -mcpu=x86-64-v4 | FileCheck %s
----------------
RKSimon wrote:
Add a -mcpu=knl run to check what happens on AVX512 targets with less ISA support
https://github.com/llvm/llvm-project/pull/120593
More information about the llvm-commits
mailing list