[all-commits] [llvm/llvm-project] 0fa667: Improve handling of Vectors in createFunctionType.
Paschalis Mpeis via All-commits
all-commits at lists.llvm.org
Mon Dec 18 06:02:41 PST 2023
Branch: refs/heads/users/paschalis-mpeis/vfabi-create-functiontype
Home: https://github.com/llvm/llvm-project
Commit: 0fa66728731efdc70b2488e19bc77a79d844facd
https://github.com/llvm/llvm-project/commit/0fa66728731efdc70b2488e19bc77a79d844facd
Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M llvm/lib/Analysis/VectorUtils.cpp
M llvm/unittests/Analysis/VectorFunctionABITest.cpp
Log Message:
-----------
Improve handling of Vectors in createFunctionType.
If the VFABI specification changes, allowing vectors in any position
other than the end of the argument list, createFunctionType should now
be able to handle it.
More information about the All-commits
mailing list