[CostModel] move default handling after switch; NFC
authorSanjay Patel <spatel@rotateright.com>
Fri, 2 Oct 2020 16:24:02 +0000 (12:24 -0400)
committerSanjay Patel <spatel@rotateright.com>
Fri, 2 Oct 2020 16:26:49 +0000 (12:26 -0400)
commit33fa3dbce91c8e75af57beeb013d82f08cccb733
treeff041d6c3f298a39ef731251e10f462f0cc821af
parent432e4e56d3d25c209b3336655aa374095e695956
[CostModel] move default handling after switch; NFC

We will need to add intrinsics to the switch (such as
the ones that are currently in the switch above this
one) that deal with special cases and then break to
the default handling.
llvm/include/llvm/CodeGen/BasicTTIImpl.h