[PATCH] D84264: [SCCP] Directly remove non-feasible edges

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 24 09:55:06 PDT 2020


nikic added a comment.

@MaskRay How would I go about reproducing this issue? This is the first time I'm trying a stage2 build. I've used this cmake configuration

  cmake -G Ninja ../llvm \
    -DCLANG_ENABLE_BOOTSTRAP=On \
    -DCMAKE_BUILD_TYPE=Release \
    -DLLVM_TARGETS_TO_BUILD="X86;Hexagon" \
    -DLLVM_ENABLE_PROJECTS="clang;compiler-rt" \
    -DLLVM_APPEND_VC_REV=false \
    -DCLANG_ENABLE_ARCMT=false \
    -DCLANG_ENABLE_STATIC_ANALYZER=false

and then ran `ninja stage2`. However, I did not get an error this way.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84264





More information about the llvm-commits mailing list