[PATCH] D145634: [X86] Support llvm.{min,max}imum.f{16,32,64}
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 23 03:09:09 PDT 2023
RKSimon added a comment.
@pengfei @goldstein.w.n Any more comments?
================
Comment at: llvm/test/CodeGen/X86/half.ll:957
-define dso_local void @brcond(half %0) {
+define dso_local void @brcond(half %0) #0 {
; CHECK-LIBCALL-LABEL: brcond:
----------------
pre-commit the nounwind change to keep it separate from this patch - you shouldn't really need dso_local either
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