diff options
author | Ingo Müller <ingomueller@google.com> | 2023-07-07 06:03:50 +0000 |
---|---|---|
committer | Ingo Müller <ingomueller@google.com> | 2023-07-07 09:15:30 +0000 |
commit | c000b403fcae6272779686ab82eb777ca3fd6d77 (patch) | |
tree | 8d93dec26178b21b9f7145e6e79cbbba54706311 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 79165735e11e40e1fbbb91ccbdd4df24d6349837 (diff) | |
download | llvm-c000b403fcae6272779686ab82eb777ca3fd6d77.zip llvm-c000b403fcae6272779686ab82eb777ca3fd6d77.tar.gz llvm-c000b403fcae6272779686ab82eb777ca3fd6d77.tar.bz2 |
[mlir] Avoid unnecessary copies in SCF's OneToNTypeConversions. (NFC)
In two places, a ResultRange was copied into a SmallVector just to be
passed as a ValueRange argument. With this patch, the ResultRanges are
passed directly, avoiding a copy.
Reviewed By: ingomueller-net
Differential Revision: https://reviews.llvm.org/D154685
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions