[PATCH] D34424: [ARM] Unified logic for computing target ABI.
Ana Pazos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 20 15:20:58 PDT 2017
apazos created this revision.
Herald added subscribers: kristof.beyls, javed.absar, srhines, aemerson.
Unified logic for computing target ABI in backend and front end by moving this common code to Support/TargetParser.
Modeled Triple::GNU after front end code (aapcs abi) and updated tests that expect apcs abi.
Removed assertion in backend to avoid different compiler behavior due to build mode.
https://reviews.llvm.org/D34424
Files:
include/llvm/Support/TargetParser.h
lib/Support/TargetParser.cpp
lib/Target/ARM/ARMTargetMachine.cpp
test/CodeGen/ARM/alloca.ll
test/CodeGen/ARM/arm-abi-attr.ll
test/CodeGen/ARM/ctor_order.ll
test/CodeGen/ARM/ctors_dtors.ll
test/CodeGen/ARM/ssp-data-layout.ll
test/CodeGen/ARM/str_pre-2.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34424.103274.patch
Type: text/x-patch
Size: 8487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170620/0fae3dce/attachment.bin>
More information about the llvm-commits
mailing list