[PATCH] D92431: [SROA] Remove Dead Instructions while creating speculative instructions

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 22:24:59 PST 2020


lebedev.ri added a comment.

This should be simpler.
Just change `DeadInstsTy` (without defining it) to use `weakWH` instead of `Instruction*`, and update the code that needs updating to skip over nulled `weakWH`'s.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92431



More information about the llvm-commits mailing list