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

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 5 19:18:10 PDT 2021


aqjune added a comment.

This tracks down to a commit in 2010: https://github.com/llvm/llvm-project/commit/d9df6eaa9ce20
Interestingly the motivation of introducing `ConstantPreference` was to properly deal with `indirectbr`. :)
I have no strong preference either.


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

https://reviews.llvm.org/D99814



More information about the llvm-commits mailing list