[PATCH] D30047: [GlobalISel] Split LowLevelType to a fundamental type in libSupport.
Ahmed Bougacha via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 16 10:09:18 PST 2017
ab created this revision.
Herald added subscribers: kristof.beyls, dberris, mgorny.
This is an attempt at splitting LLT into a libSupport component, usable from tblgen, as discussed in https://reviews.llvm.org/D30046.
It's somewhat awkward (and ends up including MVT, which also should have been in libSupport), but it's the best solution I found so far.
WDYT?
https://reviews.llvm.org/D30047
Files:
include/llvm/CodeGen/LowLevelType.h
include/llvm/Support/LowLevelType.h
lib/CodeGen/GlobalISel/IRTranslator.cpp
lib/CodeGen/LowLevelType.cpp
lib/Support/CMakeLists.txt
lib/Support/LowLevelType.cpp
lib/Target/AArch64/AArch64CallLowering.cpp
lib/Target/X86/X86CallLowering.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30047.88753.patch
Type: text/x-patch
Size: 19067 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170216/398ca79f/attachment.bin>
More information about the llvm-commits
mailing list