[all-commits] [llvm/llvm-project] 3ecced: [SVE] Remove calls to isScalable from IR
Christopher Tetreault via All-commits
all-commits at lists.llvm.org
Thu Apr 23 11:51:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3ecced163f539dd04e86ba9dbf27e49bd89a4a11
https://github.com/llvm/llvm-project/commit/3ecced163f539dd04e86ba9dbf27e49bd89a4a11
Author: Christopher Tetreault <ctetreau at quicinc.com>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M llvm/include/llvm/IR/GetElementPtrTypeIterator.h
M llvm/include/llvm/IR/PatternMatch.h
M llvm/lib/IR/AsmWriter.cpp
M llvm/lib/IR/ConstantFold.cpp
M llvm/lib/IR/Constants.cpp
M llvm/lib/IR/ConstantsContext.h
M llvm/lib/IR/Function.cpp
M llvm/lib/IR/Instructions.cpp
M llvm/lib/IR/Operator.cpp
M llvm/lib/IR/Type.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/unittests/IR/VectorTypesTest.cpp
Log Message:
-----------
[SVE] Remove calls to isScalable from IR
Reviewers: efriedma, sdesmalen, dexonsmith, dblaikie
Reviewed By: sdesmalen
Subscribers: tschuett, hiraditya, rkruppe, psnobl, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D77691
More information about the All-commits
mailing list