[llvm] [X86][GlobalIsel] Support G_INTRINSIC_TRUNC/G_FCEIL/G_FFLOOR (PR #156633)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 3 03:06:46 PDT 2025
================
@@ -18,18 +18,12 @@ define float @trunc_f32(float %a) nounwind readnone {
; FASTISEL-X64-NEXT: popq %rax
; FASTISEL-X64-NEXT: retq
;
-; X86-LABEL: trunc_f32:
-; X86: # %bb.0:
-; X86-NEXT: subl $12, %esp
-; X86-NEXT: flds {{[0-9]+}}(%esp)
----------------
JaydeepChauhan14 wrote:
X86 checks?
https://github.com/llvm/llvm-project/pull/156633
More information about the llvm-commits
mailing list