aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@outlook.com>2021-07-22 10:48:36 -0700
committerAlexey Bataev <a.bataev@outlook.com>2021-07-26 04:37:22 -0700
commita053afed49897aa34e08287f91c5255efa4e5131 (patch)
tree46b9ebefed0bd3d426e8873ddc4b4d4233ca9d96 /llvm/lib/CodeGen/MachineFunction.cpp
parent8a8d01d58c14c65d6b1a40bf3335c72f6fcd1388 (diff)
downloadllvm-a053afed49897aa34e08287f91c5255efa4e5131.zip
llvm-a053afed49897aa34e08287f91c5255efa4e5131.tar.gz
llvm-a053afed49897aa34e08287f91c5255efa4e5131.tar.bz2
[SLP]Fix costs calculations.
Need to fix several cost-related problems. The final type may be defined incorrectly because of to early definition (we may end up with the wider type), the CommonCost should not be redefined in ExtractElements cost related calculations and the shuffle of the final insertelements vectors should be calculated as a cost of single vector permutations + costs of two vector permutations for other n-1 incoming vectors. Differential Revision: https://reviews.llvm.org/D106578
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions