"libcxxabi/src/stdlib_new_delete.cpp" did not exist on "66da53e0dacae427272360cb02ddf76772fb5d59"
Add a ARM specific pre-allocation pass that re-schedule loads / stores from
consecutive addresses togther. This makes it easier for the post-allocation pass to form ldm / stm. This is step 1. We are still missing a lot of ldm / stm opportunities because of register allocation are not done in the desired order. More enhancements coming. llvm-svn: 73291
Loading
Please sign in to comment