[PATCH] D129034: [VE] Restructure eliminateFrameIndex

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 2 03:54:17 PDT 2022


kaz7 updated this revision to Diff 441877.
kaz7 added a comment.

Add regression tests and support the case like the first 8 bytes fits in
the immediate field but the second 8 bytes doesn't fit in the immediate
field.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129034

Files:
  llvm/lib/Target/VE/VERegisterInfo.cpp
  llvm/test/CodeGen/VE/Scalar/load_stk.ll
  llvm/test/CodeGen/VE/Scalar/store_stk.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129034.441877.patch
Type: text/x-patch
Size: 73262 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220702/75cd07be/attachment.bin>


More information about the llvm-commits mailing list