summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorSergio Afonso <safonsof@amd.com>2024-03-19 10:45:59 +0000
committerGitHub <noreply@github.com>2024-03-19 10:45:59 +0000
commitd671ebe46ce6bb542ab81ea120751c985f3fe4a3 (patch)
tree81dccd2110d7d5ee96536b161ebad25b8ed99ae2 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parentd0829fbdeda0a2faa8cf684e1396e579691bdfa2 (diff)
[Flang][Lower] NFC: Replace SmallVector with more suitable alternatives (#85227)
In this patch some uses of `llvm::SmallVector` in Flang's lowering to MLIR are replaced by other types (i.e. `llvm::ArrayRef` and `llvm::SmallVectorImpl`) which are intended for these uses. This generally prevents relying on always passing small vectors with a particular number of elements in the stack.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions