[all-commits] [llvm/llvm-project] 7df9da: [llvm] Construct SmallVector with ArrayRef (NFC) (...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sun Aug 4 08:54:44 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7df9da7d780f1ece175020c5aef44b4b06df05b7
https://github.com/llvm/llvm-project/commit/7df9da7d780f1ece175020c5aef44b4b06df05b7
Author: Kazu Hirata <kazu at google.com>
Date: 2024-08-04 (Sun, 04 Aug 2024)
Changed paths:
M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
M llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h
M llvm/include/llvm/FuzzMutate/RandomIRBuilder.h
M llvm/include/llvm/IR/DebugInfoMetadata.h
M llvm/include/llvm/IR/Metadata.h
M llvm/include/llvm/MC/MCFragment.h
M llvm/include/llvm/ProfileData/MemProf.h
M llvm/include/llvm/Support/GenericDomTree.h
M llvm/include/llvm/Support/ScopedPrinter.h
M llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/IR/Attributes.cpp
M llvm/lib/IR/DebugInfoMetadata.cpp
M llvm/lib/Linker/IRMover.cpp
M llvm/lib/Object/BuildID.cpp
M llvm/lib/Support/SourceMgr.cpp
M llvm/lib/Support/VirtualFileSystem.cpp
M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
M llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
M llvm/tools/dsymutil/MachODebugMapParser.cpp
M llvm/tools/llvm-rc/ResourceScriptStmt.h
M llvm/unittests/Analysis/VectorUtilsTest.cpp
M llvm/unittests/Support/VirtualFileSystemTest.cpp
Log Message:
-----------
[llvm] Construct SmallVector with ArrayRef (NFC) (#101872)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list