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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Trivial NFC change. Will self-accept when CI passed.
@sabauma: Thanks for fixing this in your code -- that made me realize I could do the same ;)