summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/Windows/global-minsize.ll
Commit message (Collapse)AuthorAgeFilesLines
* CodeGen: enable mov.w/mov.t pairs with minsize for WoASaleem Abdulrasool2014-06-121-0/+16
Windows on ARM uses COFF/PE which is intrinsically position independent. For the case of 32-bit immediates, use a pair-wise relocation as otherwise we may exceed the range of operators. This fixes a code generation crash when using -Oz when targeting Windows on ARM. llvm-svn: 210814
OpenPOWER on IntegriCloud