[PATCH] D84923: [ARM] Fix so immediates and pc relative checks

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 30 06:47:28 PDT 2020


dmgreen added inline comments.


================
Comment at: llvm/test/CodeGen/Thumb2/LowOverheadLoops/fast-fp-loops.ll:326
 ; CHECK-NEXT:    sub.w r12, r2, #1
-; CHECK-NEXT:    adr r2, .LCPI2_1
+; CHECK-NEXT:    adr.w r2, .LCPI2_1
 ; CHECK-NEXT:    movs r3, #0
----------------
I've not looked into any of the details yet, but what's happening with these changes? I wouldn't expect any of them to be hitting the limit on a adr.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84923/new/

https://reviews.llvm.org/D84923



More information about the llvm-commits mailing list