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

Simon Wallis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 06:43:35 PDT 2020


simonwallis2 updated this revision to Diff 286806.
simonwallis2 marked an inline comment as done.
simonwallis2 edited the summary of this revision.
simonwallis2 added a comment.

After review feedback, I removed the change to pc offset estimates from this patch.
This patch is now just about fixing the implementation of SO immediates.

Rewrite long int as int64_t.


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

https://reviews.llvm.org/D84923

Files:
  llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
  llvm/test/CodeGen/ARM/constant-island-SOImm.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84923.286806.patch
Type: text/x-patch
Size: 16679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200820/ffbb1baa/attachment.bin>


More information about the llvm-commits mailing list