[llvm] [X86] X86TargetLowering::computeKnownBitsForTargetNode - add X86ISD::VPMADD52L\H handling (PR #156349)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 1 09:04:56 PDT 2025
================
@@ -0,0 +1,159 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512ifma,+avx512vl | FileCheck %s --check-prefix=AVX512
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avxifma | FileCheck %s --check-prefix=AVX
----------------
RKSimon wrote:
Just add these tests to combine-vpmadd52.ll with suitable `@knownbits_*` test names
https://github.com/llvm/llvm-project/pull/156349
More information about the llvm-commits
mailing list