This is an archive of the discontinued LLVM Phabricator instance.

Fix doc for t inline asm constraints for ARM/Thumb
ClosedPublic

Authored by pbarrio on Sep 26 2019, 9:20 AM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

pbarrio created this revision.Sep 26 2019, 9:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 26 2019, 9:20 AM
pbarrio added a reviewer: chill.EditedSep 27 2019, 3:13 AM

Discussing with @chill on a chat, he was happier with the following wording:

A 32, 64, or 128-bit floating-point/SIMD register in the ranges s0-s31, d0-d31, or q0-q15, respectively.

And so forth. I will change these in all SIMD constraints (w, t, x) in both Thumb1 and ARM/Thumb2 modes.

pbarrio updated this revision to Diff 222203.Sep 27 2019, 10:46 AM

Reworded all the FP & SIMD constraints

chill accepted this revision.Sep 30 2019, 1:55 AM
This revision is now accepted and ready to land.Sep 30 2019, 1:55 AM
This revision was automatically updated to reflect the committed changes.