[PATCH] D101577: [InlineCost] Remove visitUnaryInstruction()

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 29 16:07:17 PDT 2021


mtrofin accepted this revision.
mtrofin added a comment.

reasonable simplification, my only concern is future evolution - like if a new IR instruction is introduced that would break the invariants you're describing; but I suppose we can cross that bridge when we get there.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101577



More information about the llvm-commits mailing list