This is an archive of the discontinued LLVM Phabricator instance.

[Clang][AArch64] Fix up immediate range of f64f64 mopa/mops intrinsics
ClosedPublic

Authored by sdesmalen on Jul 24 2023, 7:28 AM.

Diff Detail

Event Timeline

sdesmalen created this revision.Jul 24 2023, 7:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2023, 7:28 AM
sdesmalen requested review of this revision.Jul 24 2023, 7:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2023, 7:28 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
bryanpkc added inline comments.Jul 24 2023, 1:48 PM
clang/include/clang/Basic/arm_sme.td
254

Shouldn't this say ImmCheck0_7 instead?

Replace by ImmCheck0_7.

sdesmalen added inline comments.Jul 24 2023, 11:50 PM
clang/include/clang/Basic/arm_sme.td
254

I briefly changed it to ImmCheck0_0 to see if any other tests would fail and then committed the wrong version of the patch. Thanks for pointing out!

bryanpkc accepted this revision.Jul 25 2023, 1:43 PM

Thanks for the catch!

This revision is now accepted and ready to land.Jul 25 2023, 1:43 PM
This revision was landed with ongoing or failed builds.Jul 26 2023, 12:14 AM
This revision was automatically updated to reflect the committed changes.