[PATCH] D24453: Simplify Libcalls for ARM PCS
Sam Parker via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 12 05:35:28 PDT 2016
samparker created this revision.
samparker added reviewers: rengolin, t.p.northover.
samparker added a subscriber: llvm-commits.
Herald added subscribers: samparker, rengolin, aemerson.
Added a helper function for SimplifyLibCalls to allow functions annotated with APCS, AAPCS or AAPCS_VFP to be treated like normal C functions if they only have integer and/or pointer arguments and return values, and is not on iOS.
https://reviews.llvm.org/D24453
Files:
lib/Transforms/Utils/SimplifyLibCalls.cpp
test/Transforms/InstCombine/ARM/strcmp.ll
test/Transforms/InstCombine/ARM/strcpy.ll
test/Transforms/InstCombine/PR7357.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24453.70996.patch
Type: text/x-patch
Size: 11403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160912/8f1fe702/attachment.bin>
More information about the llvm-commits
mailing list