This is an archive of the discontinued LLVM Phabricator instance.

[2/4] Allow SP in rGPR, starting from ARMv8 (assembly)
AbandonedPublic

Authored by tyomitch on Oct 28 2015, 3:08 AM.

Details

Reviewers
rengolin
jmolloy

Diff Detail

Event Timeline

tyomitch updated this revision to Diff 38640.Oct 28 2015, 3:08 AM
tyomitch retitled this revision from to [2/4] Allow SP in rGPR, starting from ARMv8 (assembly).
tyomitch added reviewers: jmolloy, rengolin.
tyomitch added a subscriber: llvm-commits.
rengolin added inline comments.Oct 28 2015, 3:57 AM
test/MC/ARM/basic-thumb2-instructions-v8.s
27

... in ARMv8 only

tyomitch added inline comments.Oct 28 2015, 4:09 AM
test/MC/ARM/basic-thumb2-instructions-v8.s
27

Well, the test has "v8" in the filename, and "@ New ARMv8 T32 encodings" as the very first line, so naturally, all of the test cases are ARMv8-specific.

rengolin added inline comments.Oct 28 2015, 4:12 AM
test/MC/ARM/basic-thumb2-instructions-v8.s
27

I know, but you're checking v7 in the same test...

tyomitch abandoned this revision.Oct 28 2015, 7:27 AM

Merged into r251516