[PATCH] D31220: [builtins][ARM] Select correct code fragments when compiling for Thumb1/Thum2/ARM ISA

James Duley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 01:25:22 PDT 2017


jamesduley added a comment.

@weimingz, what's the current status of this patch? Currently, AFAIK, there is one place where incorrect code is generated without these fixes because it depends on the size of the code generated, that is `BLOCK_SIZE` in udivsi3.S when compiled with `-march=armv6 -marm` (see https://github.com/rust-lang-nursery/compiler-builtins/issues/173).


https://reviews.llvm.org/D31220





More information about the llvm-commits mailing list