[all-commits] [llvm/llvm-project] 7b83f6: [NFC] Replace CallInst with FunctionType in VFABI, ...
Paschalis Mpeis via All-commits
all-commits at lists.llvm.org
Wed Dec 6 09:15:11 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b83f69db4a57c63c230d45ca2dc52b024612c17
https://github.com/llvm/llvm-project/commit/7b83f69db4a57c63c230d45ca2dc52b024612c17
Author: Paschalis Mpeis <paschalis.mpeis at arm.com>
Date: 2023-12-06 (Wed, 06 Dec 2023)
Changed paths:
M llvm/include/llvm/Analysis/VectorUtils.h
M llvm/lib/Analysis/VFABIDemangling.cpp
M llvm/lib/Analysis/VectorUtils.cpp
M llvm/lib/Transforms/Utils/ModuleUtils.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/tools/vfabi-demangle-fuzzer/vfabi-demangler-fuzzer.cpp
M llvm/unittests/Analysis/VectorFunctionABITest.cpp
M llvm/unittests/Analysis/VectorUtilsTest.cpp
Log Message:
-----------
[NFC] Replace CallInst with FunctionType in VFABI, VFShape API (#74569)
Minor simplification applied to VFShape::getScalarShape,
VFShape::get, and VFABI::tryDemangleForVFABI methods.
Also, remove unnecessary `static_cast` in `SLPVectorizer.cpp`
More information about the All-commits
mailing list