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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 7 06:43:13 PDT 2023


arsenm added a comment.

The problems I ran into were from missing the parent context function. If we had the context function passed in separately from the instruction, I think it would matter less if they were attached to a block


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