[llvm] [X86] Stop custom-widening v2f32 = fpext v2bf16 (PR #80106)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 23:43:44 PST 2024


================
@@ -0,0 +1,41 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=x86_64-- -mattr=avx512bf16,avx512fp16      | FileCheck %s
+define dso_local void @calc_matrix_tdpbf16ps(<2 x ptr> %ptr) local_unnamed_addr #0 {
----------------
phoebewang wrote:

Add a blank line and remove `dso_local` `local_unnamed_addr #0`

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


More information about the llvm-commits mailing list