This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Add missing intrinsics for scalar fp rounding
ClosedPublic

Authored by jaykang10 on Mar 9 2021, 9:15 AM.

Diff Detail

Event Timeline

jaykang10 created this revision.Mar 9 2021, 9:15 AM
jaykang10 requested review of this revision.Mar 9 2021, 9:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2021, 9:15 AM
SjoerdMeijer added inline comments.Mar 9 2021, 9:24 AM
llvm/include/llvm/IR/IntrinsicsAArch64.td
48

Better is that the 2nd llvm_anyfloat_ty is LLVMMatchType<0>.
Same for the other patterns below.

jaykang10 added inline comments.Mar 9 2021, 9:38 AM
llvm/include/llvm/IR/IntrinsicsAArch64.td
48

Yep, I will update it.

jaykang10 updated this revision to Diff 329388.Mar 9 2021, 10:41 AM

Use LLVMMatchType

jaykang10 marked an inline comment as done.Mar 9 2021, 10:41 AM

Any other comments please?

SjoerdMeijer accepted this revision.Mar 10 2021, 5:00 AM

Thanks, looks very reasonable to me.

This revision is now accepted and ready to land.Mar 10 2021, 5:00 AM
This revision was landed with ongoing or failed builds.Mar 10 2021, 5:41 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2021, 5:41 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript