This is an archive of the discontinued LLVM Phabricator instance.

[X86] Reverse *_set_ph and *_setr_ph 's set order.
ClosedPublic

Authored by FreddyYe on Aug 11 2021, 11:06 PM.

Diff Detail

Event Timeline

FreddyYe requested review of this revision.Aug 11 2021, 11:06 PM
FreddyYe created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 11 2021, 11:06 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
pengfei accepted this revision.Aug 11 2021, 11:26 PM

LGTM. Thanks Freddy.

This revision is now accepted and ready to land.Aug 11 2021, 11:26 PM
This comment was removed by LuoYuanke.
craig.topper added inline comments.
clang/lib/Headers/avx512fp16intrin.h
92

Can we drop the underscores on these macro arguments?

Unless that would be inconsistent with the other setr implementations from sse/avx.

FreddyYe updated this revision to Diff 365923.Aug 12 2021, 12:09 AM

address comments.

FreddyYe marked an inline comment as done.Aug 12 2021, 12:09 AM

THX for review.

This revision was landed with ongoing or failed builds.Aug 12 2021, 1:27 AM
This revision was automatically updated to reflect the committed changes.