[PATCH] D99814: [JumpThreading] Change asserts for WantInteger into actual checks

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 5 02:17:00 PDT 2021


nikic added a comment.

>From someone who isn't very familiar with this code: Why do we need the preference flag in the first place? As indirectbr isn't particularly common, can't we check whether the result is a BlockAddress after the fact?


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

https://reviews.llvm.org/D99814



More information about the llvm-commits mailing list