[PATCH] D79294: [InstSimplify] Remove known bits constant folding

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 2 13:14:50 PDT 2020


nikic marked 3 inline comments as done.
nikic added a comment.

Okay, after going through the tests, there isn't really anything to comment on beyond "everything gets folded by InstCombine instead, in the same way".

If the general change looks fine, I'd move some of the tests that no longer fold with InstSimplify into the InstCombine tests instead.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79294





More information about the llvm-commits mailing list