[PATCH] D122207: [IROutliner][IRSim] Add all outlined region basic blocks to canonical numbering to add basic blocks to generated PHINode numbering generation.

Andrew Litteken via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 22:33:52 PDT 2022


AndrewLitteken added a comment.

> Reduced reproducer here: https://godbolt.org/z/4jW3KsEns

I tried to replicate this on my side, but I can't. I applied the patch posted here and applied it to the current main branch as well rather than using my branch and still couldn't reproduce it on a standard debug build of Clang.  I also tried to build the test suite with -O2 and the outliner with and without the cost model on, but still couldn't reproduce the bug shown here :/. I'm not sure if I'm missing something, or what I am doing differently.


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

https://reviews.llvm.org/D122207



More information about the llvm-commits mailing list