We use the neonasm, cryptoasm, fp-armv8asm and fullfp16asm features
to enable the assembling of instructions that were disabled when
disabling neon, crypto, and fp-armv8 features.
This makes the -mgeneral-regs-only behaviour compatible with gcc.
Paths
| Differential D26858
[AArch64] Don't constrain the assembler when using -mgeneral-regs-only AcceptedPublic Authored by sbaranga on Nov 18 2016, 8:03 AM.
Details
Summary We use the neonasm, cryptoasm, fp-armv8asm and fullfp16asm features This makes the -mgeneral-regs-only behaviour compatible with gcc.
Diff Detail
Event Timelinejmolloy edited edge metadata. Comment ActionsIt's a bit awkward that you need to copy the LastOpt loop from below, but I can't see a simpler way to do this. LGTM. This revision is now accepted and ready to land.Nov 21 2016, 12:58 AM
Revision Contents
Diff 78541 docs/UsersManual.rst
lib/Driver/Tools.cpp
test/Driver/aarch64-mgeneral_regs_only.c
|