[llvm] [X86] Combine `uitofp <v x i32> to <v x half>` (PR #121809)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 7 06:13:44 PST 2025
================
@@ -0,0 +1,200 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=x86_64-- -mattr=+avx,+f16c | FileCheck %s -check-prefixes=AVX,AVX1
+; RUN: llc < %s -mtriple=x86_64-- -mattr=+avx2,+f16c | FileCheck %s -check-prefixes=AVX,AVX2
----------------
phoebewang wrote:
There's no common code between AVX1 and AVX2. Remove the AVX.
https://github.com/llvm/llvm-project/pull/121809
More information about the llvm-commits
mailing list