[PATCH] D141657: [X86] Prefer fpext(splat(X)) to splat(fpext(x)).
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 13 01:30:59 PST 2023
pengfei added inline comments.
================
Comment at: llvm/test/CodeGen/X86/prefer-fpext-splat.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512f,+avx512vl | FileCheck %s
----------------
Pre-commit the test to show the problem?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141657/new/
https://reviews.llvm.org/D141657
More information about the llvm-commits
mailing list