[all-commits] [llvm/llvm-project] f897d0: [LoopCacheAnalysis]: Fix assertion failure during ...
rcraik via All-commits
all-commits at lists.llvm.org
Fri Nov 15 11:57:00 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f897d087d09dbbccec3417f812109ed534b94248
https://github.com/llvm/llvm-project/commit/f897d087d09dbbccec3417f812109ed534b94248
Author: Rachel Craik <rcraik at ca.ibm.com>
Date: 2019-11-15 (Fri, 15 Nov 2019)
Changed paths:
M llvm/lib/Analysis/LoopCacheAnalysis.cpp
A llvm/test/Analysis/LoopCacheAnalysis/PowerPC/compute-cost.ll
Log Message:
-----------
[LoopCacheAnalysis]: Fix assertion failure during cost computation
Ensure the stride and trip count have the same type before multiplying them during reference cost calculation
Reviewed By: jdoefert
Differential Revision: https://reviews.llvm.org/D70192
More information about the All-commits
mailing list