[PATCH] D154307: [InstructionSimplify] Avoid simplifying ICmp without parent

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 2 13:40:50 PDT 2023


nikic added a comment.

After @arsenm's change, InstSimplify should no longer work with instructions without parent. Can you explain how we end up working on an assume without parent in NewGVN? It's not really obvious to me.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154307



More information about the llvm-commits mailing list