[all-commits] [llvm/llvm-project] 033ab1: [NFC] Replace CallInst with FunctionType in VFABI, ...

Paschalis Mpeis via All-commits all-commits at lists.llvm.org
Tue Dec 5 23:30:10 PST 2023


  Branch: refs/heads/users/paschalis-mpeis/simplify-vfabi-vshape-apis
  Home:   https://github.com/llvm/llvm-project
  Commit: 033ab19409d69ff4ea6257ae796b9029b14fb9c5
      https://github.com/llvm/llvm-project/commit/033ab19409d69ff4ea6257ae796b9029b14fb9c5
  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

This minor simplification was applied to VFShape::getScalarShape,
VFShape::get, and VFABI::tryDemangleForVFABI methods.




More information about the All-commits mailing list