This is an archive of the discontinued LLVM Phabricator instance.

[VE] Disable automatic maxnum/minnum selection
ClosedPublic

Authored by kaz7 on Sep 24 2022, 1:39 PM.

Details

Summary

Disable FMAX/FMIN selection from select_cc in VEInstrInfo.td because of
the lack of NaN consideration. This patch removes such selection from
VEInstrInfo.td and lets llvm work on it in combineMinNumMaxNum.

Diff Detail

Event Timeline

kaz7 created this revision.Sep 24 2022, 1:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 24 2022, 1:39 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
kaz7 requested review of this revision.Sep 24 2022, 1:39 PM
efocht accepted this revision.Sep 26 2022, 5:12 AM
This revision is now accepted and ready to land.Sep 26 2022, 5:12 AM
This revision was landed with ongoing or failed builds.Sep 26 2022, 6:04 AM
This revision was automatically updated to reflect the committed changes.