[PATCH] D151179: [CodeGenPrepare][NFC] Replace GEP's offset computation with collectOffset
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 23 12:26:29 PDT 2023
nikic added a comment.
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.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151179/new/
https://reviews.llvm.org/D151179
More information about the llvm-commits
mailing list