Details
Details
- Reviewers
nikic craig.topper
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
There is some small compile-time impact: https://llvm-compile-time-tracker.com/compare.php?from=d55982ac8cced9e5d4816494658d90c84d0b4301&to=e8999647fc7d8d3122a01871231f8dc306870f30&stat=instructions:u Probably either due to the round-trip through APInt, or the need to allocate the MapVector.