[all-commits] [llvm/llvm-project] de6dfb: [ARM] Fix for MVE i128 vector icmp costs.
David Green via All-commits
all-commits at lists.llvm.org
Fri Oct 14 10:49:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de6dfbbb300e552efa1cd86a023063a39d408b06
https://github.com/llvm/llvm-project/commit/de6dfbbb300e552efa1cd86a023063a39d408b06
Author: David Green <david.green at arm.com>
Date: 2022-10-14 (Fri, 14 Oct 2022)
Changed paths:
M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
M llvm/test/Analysis/CostModel/ARM/mve-cmp.ll
Log Message:
-----------
[ARM] Fix for MVE i128 vector icmp costs.
We were hitting an assert as the legalied type needn't be a vector.
Fixes #58364
More information about the All-commits
mailing list