[PATCH] D37788: [ARM] builtins: Do not abort in clear_cache.

Manoj Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 04:14:01 PDT 2017


manojgupta added a comment.

Thanks Peter for taking a look. I was a bit confused by the assembly and didn't realize r0 is not the address.
 libgcc implementation does not do the abort, It just happily calls svc and returns without any check. So, I have updated the summary to reflect only abort removal.


https://reviews.llvm.org/D37788





More information about the llvm-commits mailing list