[PATCH] D42245: [globalisel] Make LegalizerInfo::LegalizeAction available outside of LegalizerInfo. NFC
Daniel Sanders via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 22 15:19:49 PST 2018
dsanders updated this revision to Diff 130971.
dsanders added a comment.
Rebase and use a namespace instead of an enum class so that we can still use the shorter names with 'using namespace ...'
The type itself (but not the enumerators) is imported into the llvm namespace for the same reason.
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
unittests/CodeGen/GlobalISel/LegalizerInfoTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42245.130971.patch
Type: text/x-patch
Size: 34190 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180122/33d815e8/attachment.bin>
More information about the llvm-commits
mailing list