[all-commits] [llvm/llvm-project] 381d3c: [ConstantFold][SVE] Skip scalable vectors in Const...
huihzhang via All-commits
all-commits at lists.llvm.org
Thu Dec 5 19:44:22 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 381d3c5c45c55c00f8d561eaff03b460953ca5c0
https://github.com/llvm/llvm-project/commit/381d3c5c45c55c00f8d561eaff03b460953ca5c0
Author: Huihui Zhang <huihuiz at quicinc.com>
Date: 2019-12-05 (Thu, 05 Dec 2019)
Changed paths:
M llvm/lib/IR/ConstantFold.cpp
A llvm/test/Analysis/ConstantFolding/insertelement.ll
Log Message:
-----------
[ConstantFold][SVE] Skip scalable vectors in ConstantFoldInsertElementInstruction.
Summary:
Should not constant fold insertelement instruction for scalable vector type.
Reviewers: huntergr, sdesmalen, spatel, levedev.ri, apazos, efriedma, willlovett
Reviewed By: efriedma, spatel
Subscribers: tschuett, hiraditya, rkruppe, psnobl, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D70985
More information about the All-commits
mailing list