[PATCH] D99205: Add jump-threading optimization for deterministic finite automata

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 2 13:00:49 PDT 2021


nikic added a comment.

After fixing DT preservation under LegacyPM (https://github.com/llvm/llvm-project/commit/e97524cba2825ed412cd57a95a82c12ab439e171), I get these compile-time numbers: http://llvm-compile-time-tracker.com/compare.php?from=380b8a603c6e8997819726b15a76b8f6c94aa21a&to=abb759c879725b7bc09a466e92c9b9eca7f8f483&stat=instructions Assuming no pathological cases, that looks okay to me.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99205



More information about the llvm-commits mailing list