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

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 18:27:57 PDT 2022


paquette added a comment.

I applied this patch locally and tried to run the test suite at -O2 with it with asserts enabled. It fell over building fpcmp.

  Assertion failed: (V != nullptr && "Value is a nullptr?"), function getGVN, file IRSimilarityIdentifier.h, line 896.

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


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

https://reviews.llvm.org/D122207



More information about the llvm-commits mailing list