[llvm] [X86] Require legal result types for f32 estimates (PR #217810)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 22 10:10:22 PDT 2026
================
@@ -0,0 +1,69 @@
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -mcpu=skx -mattr=+soft-float \
+; RUN: -verify-machineinstrs -o /dev/null < %s
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -mcpu=x86-64 \
+; RUN: -mattr=+avx,+soft-float -verify-machineinstrs -o /dev/null < %s
----------------
RKSimon wrote:
use the update script
https://github.com/llvm/llvm-project/pull/217810
More information about the llvm-commits
mailing list