[PATCH] D128114: [X86][FP16] Add constrained FP support for scalar emulation

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 09:33:05 PDT 2022


RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/X86/fp-strict-scalar-cmp-fp16.ll:8
 
 define i32 @test_f16_oeq_q(i32 %a, i32 %b, half %f1, half %f2) #0 {
+; SSE2-LABEL: test_f16_oeq_q:
----------------
probably worth adding nounwind to #0 to stop the cfi noise


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128114/new/

https://reviews.llvm.org/D128114



More information about the llvm-commits mailing list