[all-commits] [llvm/llvm-project] 747486: [SVE] Fix bad FixedVectorType cast in simplifyDivRem
Christopher Tetreault via All-commits
all-commits at lists.llvm.org
Tue Jun 16 13:17:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 747486991cc452f7a1861e4a7a30d069d5f34aab
https://github.com/llvm/llvm-project/commit/747486991cc452f7a1861e4a7a30d069d5f34aab
Author: Christopher Tetreault <ctetreau at quicinc.com>
Date: 2020-06-16 (Tue, 16 Jun 2020)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
Log Message:
-----------
[SVE] Fix bad FixedVectorType cast in simplifyDivRem
Summary:
simplifyDivRem attempts to walk a VectorType elementwise. Ensure that it
only does so for FixedVectorType
Reviewers: efriedma, spatel, lebedev.ri, david-arm, kmclaughlin
Reviewed By: spatel, david-arm
Subscribers: tschuett, hiraditya, rkruppe, psnobl, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D81856
More information about the All-commits
mailing list