[all-commits] [llvm/llvm-project] c1fb8b: [BasicTTI] Add missing scalable vector handling
Philip Reames via All-commits
all-commits at lists.llvm.org
Mon Jun 6 14:22:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c1fb8bd7775e1ae420c36e6f90974617f77a9227
https://github.com/llvm/llvm-project/commit/c1fb8bd7775e1ae420c36e6f90974617f77a9227
Author: Philip Reames <preames at rivosinc.com>
Date: 2022-06-06 (Mon, 06 Jun 2022)
Changed paths:
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
Log Message:
-----------
[BasicTTI] Add missing scalable vector handling
BasicTTI needs to return an invalid cost for scalable vectors instead of crash. Without this, it is impossible to write tests for missing functionality in a target.
More information about the All-commits
mailing list