[PATCH] D116363: [X86] Combine to vpdpbusd when operand is constant and small enough.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 10 05:39:09 PST 2022
RKSimon added a comment.
Precommit the tests and rebase to show the diff in codegen?
================
Comment at: llvm/test/CodeGen/X86/dpbusd_const.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vnni -mattr=+avx512vl | FileCheck %s
+
----------------
Add avxvnni target coverage?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116363/new/
https://reviews.llvm.org/D116363
More information about the llvm-commits
mailing list