[PATCH] D75801: [InstCombine] Remove known bits constant folding (WIP)
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 14 10:43:36 PDT 2020
nikic added a comment.
@lebedev.ri Finally got around to implementing some compile-time testing infrastructure today, here's some numbers (in terms of instructions retired) for this change: F11561365: Screenshot from 2020-03-14 18-03-53.png <https://reviews.llvm.org/F11561365> Basically this is a 1-2% end-to-end improvement for `-O3` compile-times.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75801/new/
https://reviews.llvm.org/D75801
More information about the llvm-commits
mailing list