[PATCH] D70955: [NFC] Use default case in EVT::getEVTString
Cullen Rhodes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 3 04:59:41 PST 2019
c-rhodes created this revision.
c-rhodes added reviewers: greened, sdesmalen.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
The default case handles the majority of MVTs so most of the individual
cases can be removed. Also added a case for floating point types.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D70955
Files:
llvm/lib/CodeGen/ValueTypes.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70955.231874.patch
Type: text/x-patch
Size: 5672 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191203/7af53ef5/attachment.bin>
More information about the llvm-commits
mailing list