[PATCH] D145634: [X86] Support llvm.{min,max}imum.f{16,32,64}
Evgenii Kudriashov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 18 17:19:45 PDT 2023
e-kud marked an inline comment as done.
e-kud added inline comments.
================
Comment at: llvm/test/CodeGen/X86/fminimum-fmaximum.ll:710
+
+define double @test_fminimum_nnan(double %x, double %y) "no-nans-fp-math"="true" {
+; SSE2-LABEL: test_fminimum_nnan:
----------------
RKSimon wrote:
> add nounwind attribute to get rid of the .cfi noise
I've allowed myself to add `nounwind` in `half.ll` since I've touched it. I think the attribute was missed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145634/new/
https://reviews.llvm.org/D145634
More information about the llvm-commits
mailing list