[all-commits] [llvm/llvm-project] b44b34: [mlir][ArmSVE] Avoid UBSAN issue with VectorType::...
Benjamin Maxwell via All-commits
all-commits at lists.llvm.org
Thu Oct 12 09:53:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b44b3494f60296db6aca38a14cab061d9b747a0a
https://github.com/llvm/llvm-project/commit/b44b3494f60296db6aca38a14cab061d9b747a0a
Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
Date: 2023-10-12 (Thu, 12 Oct 2023)
Changed paths:
M mlir/lib/Dialect/ArmSVE/Transforms/LegalizeForLLVMExport.cpp
Log Message:
-----------
[mlir][ArmSVE] Avoid UBSAN issue with VectorType::Builder (NFC)
This patch just avoids the underlying bug in VectorType::Builder, which
currently has incorrect copy/move constructors.
See https://lab.llvm.org/buildbot/#/builders/5/builds/37355
More information about the All-commits
mailing list