[PATCH] D132536: [AArch64] Consider tiny code model in emitLoadFromConstantPool.
Hsiangkai Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 24 00:56:31 PDT 2022
HsiangKai created this revision.
HsiangKai added reviewers: aemerson, paquette.
Herald added subscribers: StephenFan, hiraditya, kristof.beyls.
Herald added a project: All.
HsiangKai requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
We should be able to use load(literal) to access constant pool under
the tiny code model.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D132536
Files:
llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
llvm/test/CodeGen/AArch64/GlobalISel/select-imm.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132536.455096.patch
Type: text/x-patch
Size: 10605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220824/f1816459/attachment.bin>
More information about the llvm-commits
mailing list