[PATCH] D116821: [DebugInfo][InstrRef] Move instr-ref controlling flag out of TargetOptions

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 19 08:05:34 PST 2022


nikic added a comment.

Yeah, the compile-time impact here is not great :( I have some hope that some of this can be mitigated. I've applied a low-hanging optimization in https://github.com/llvm/llvm-project/commit/cbaae614224211d01b385227e7efb447c87fc3ce and another is in D117575 <https://reviews.llvm.org/D117575>, but someone who actually understands what this code is doing algorithmically could probably identify more optimization opportunities.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116821/new/

https://reviews.llvm.org/D116821



More information about the llvm-commits mailing list