[PATCH] D102385: [GlobalISel][IRTranslator] Use preferred alignment when creating frame indices.

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 16 17:10:18 PDT 2021


aemerson updated this revision to Diff 345734.
aemerson added a comment.

Guard this with a TLI check. I think a separate pass to do this is overkill.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102385

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102385.345734.patch
Type: text/x-patch
Size: 4568 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210517/411dfe2d/attachment.bin>


More information about the llvm-commits mailing list