Under the emulation situation, we lack native fmin/fmax instruction support.
Fixes #59258
Paths
| Differential D139078
[X86][FP16] Do not combine fminnum/fmaxnum for FP16 emulation ClosedPublic Authored by pengfei on Dec 1 2022, 12:09 AM.
Details Summary Under the emulation situation, we lack native fmin/fmax instruction support. Fixes #59258
Diff Detail
Event Timelinepengfei marked an inline comment as done. Comment ActionsAddress review comments.
This revision is now accepted and ready to land.Dec 1 2022, 6:09 AM This revision was landed with ongoing or failed builds.Dec 1 2022, 7:24 AM Closed by commit rG54ebf1c4a19c: [X86][FP16] Do not combine fminnum/fmaxnum for FP16 emulation (authored by pengfei). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 479290 llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/pr59258.ll
|
Add nounwind to reduce .cfi noise?