[PATCH] D103867: [CHR] Don't run ControlHeightReduction if any BB has address taken

Xun Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 8 15:34:13 PDT 2021


lxfind added a comment.

In D103867#2806612 <https://reviews.llvm.org/D103867#2806612>, @aeubanks wrote:

> do all passes that clone BBs have to worry about this?

I think so, as long as the cloned BB is in the same module as the original one, we need to worry about this (there are legit cloning in some tools such as llvm-extract, llvm-reduce..)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103867



More information about the llvm-commits mailing list