Files
llvm/test/CodeGen/Thumb2
Sam Parker 3423b03f7b [ARM][LowOverheadLoops] Correct offset checking
This patch addresses a couple of problems:
1) The maximum supported offset of LE is -4094.
2) The offset of WLS also needs to be checked, this uses a
   maximum positive offset of 4094.
    
The use of BasicBlockUtils has been changed because the block offsets
weren't being initialised, but the isBBInRange checks both positive
and negative offsets.
    
ARMISelLowering has been tweaked because the test case presented
another pattern that we weren't supporting.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365749 91177308-0d34-0410-b5e6-96231b3b80d8
2019-07-11 09:56:15 +00:00
..
2016-01-28 18:59:04 +00:00
2015-04-09 14:07:28 +00:00
2019-06-17 09:13:29 +00:00
2019-05-15 12:41:58 +00:00
2019-06-28 08:41:40 +00:00
2019-06-28 07:08:42 +00:00
2019-06-28 08:41:40 +00:00
2019-07-05 09:34:30 +00:00
2019-06-28 07:08:42 +00:00
2019-06-17 09:13:29 +00:00
2014-04-03 17:35:22 +00:00
2019-01-10 08:36:33 +00:00
2016-06-16 16:09:53 +00:00