[PATCH] D42245: [globalisel] Make LegalizerInfo::LegalizeAction available outside of LegalizerInfo. NFC
Daniel Sanders via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 18 08:50:11 PST 2018
dsanders created this revision.
Herald added subscribers: javed.absar, kristof.beyls, rovka.
The improvements to the LegalizerInfo discussed in https://reviews.llvm.org/D42244 require that
LegalizerInfo::LegalizeAction be available for use in other classes. As such,
it needs to be moved out of LegalizerInfo. This has been done separately to the
next patch to minimize the noise in that patch.
Depends on https://reviews.llvm.org/D42244
https://reviews.llvm.org/D42245
Files:
include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
lib/CodeGen/GlobalISel/LegalizerInfo.cpp
lib/Target/AArch64/AArch64LegalizerInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42245.130423.patch
Type: text/x-patch
Size: 39404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180118/0bc82851/attachment-0001.bin>
More information about the llvm-commits
mailing list