[PATCH] D58915: [AArch64] Refactor floating point materialization. NFC
Adhemerval Zanella via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 4 11:37:17 PST 2019
zatrazz created this revision.
zatrazz added reviewers: efriedma, rengolin, javed.absar, huntergr, SjoerdMeijer, t.p.northover, echristo, evandro.
zatrazz added a project: LLVM.
Herald added subscribers: jdoerfert, kristof.beyls, mgorny.
It splits the login of actual instruction emission away from the logic
that figures out the appropriate sequence on.
AArch64ExpandPseudo::expandMOVImm. The new function
AArch64_IMM::expandMOVImm, which return the list of the instruction to
materialize the immediate constant, is implemented on a separated
unit because it will be used in a subsequent patch to optimize floating
point materialization.
Repository:
rL LLVM
https://reviews.llvm.org/D58915
Files:
lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
lib/Target/AArch64/MCTargetDesc/AArch64ExpandImm.cpp
lib/Target/AArch64/MCTargetDesc/AArch64ExpandImm.h
lib/Target/AArch64/MCTargetDesc/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58915.189174.patch
Type: text/x-patch
Size: 37510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190304/18782341/attachment.bin>
More information about the llvm-commits
mailing list