[all-commits] [llvm/llvm-project] 7ae346: [CostModel] avoid crashing while finding scalariza...
RotateRight via All-commits
all-commits at lists.llvm.org
Fri Nov 20 07:24:53 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7ae346434a5f51b81ebaeeb50bd5d97666ee288b
https://github.com/llvm/llvm-project/commit/7ae346434a5f51b81ebaeeb50bd5d97666ee288b
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-11-20 (Fri, 20 Nov 2020)
Changed paths:
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/test/Analysis/CostModel/ARM/intrinsic-cost-kinds.ll
M llvm/test/Analysis/CostModel/X86/intrinsic-cost-kinds.ll
Log Message:
-----------
[CostModel] avoid crashing while finding scalarization overhead
The constrained intrinsics have metadata arguments, so the
tests here were crashing as noted in D90554 (and that was
reverted even though this bug exists independently of that
change).
More information about the All-commits
mailing list