[PATCH] D134954: [InstCombine] Switch foldOpIntoPhi() to use InstSimplify

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 6 11:43:56 PDT 2022


nikic added a comment.

Reviewing the code here again, a problem could be use of an incorrect context instruction for simplification (should use predecessor terminator, not original instruction). I'll look into it tomorrow, but feel free to revert in the meantime.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134954



More information about the llvm-commits mailing list