[llvm] [X86] SimplifyDemandedBitsForTargetNode - add handling for VPMADD52L/VPMADD52H (PR #155494)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 26 13:46:14 PDT 2025


================
@@ -0,0 +1,54 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+avx512ifma,+avx512vl | FileCheck %s --check-prefixes=CHECK,X86
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512ifma,+avx512vl | FileCheck %s --check-prefixes=CHECK,X64
----------------
RKSimon wrote:

We need avxifma test coverage as well.

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


More information about the llvm-commits mailing list