[all-commits] [llvm/llvm-project] 33fa3d: [CostModel] move default handling after switch; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Fri Oct 2 09:27:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 33fa3dbce91c8e75af57beeb013d82f08cccb733
https://github.com/llvm/llvm-project/commit/33fa3dbce91c8e75af57beeb013d82f08cccb733
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-10-02 (Fri, 02 Oct 2020)
Changed paths:
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
Log Message:
-----------
[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.
More information about the All-commits
mailing list