[PATCH] [Power] Improve the expansion of atomic loads/stores

Bill Schmidt wschmidt at linux.vnet.ibm.com
Thu Oct 2 14:01:30 PDT 2014


The easiest way to force a use of the indexed forms of load and store is to use an offset that is out of range of the hardware load/store-immediate instructions.  So try an array reference that is more than 65535 bytes away from its base.

http://reviews.llvm.org/D5587






More information about the llvm-commits mailing list