[PATCH] D80552: [PrintSCC] Fix printing a basic-block without a name

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 28 10:23:52 PDT 2020


fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.

LGTM, thanks!



================
Comment at: llvm/test/Other/print-cfg-sccs.ll:20
+2:
+  br i1 undef, label %1, label %3
+
----------------
nit: branch on undef is UB. It would probably be better to pass in a condition as argument or something like that.


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

https://reviews.llvm.org/D80552





More information about the llvm-commits mailing list