[PATCH] D120781: [IRLinker] materialize Functions before moving any

Duncan P. N. Exon Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 4 15:02:07 PST 2022


dexonsmith added inline comments.


================
Comment at: llvm/test/Linker/blockaddress.ll:4
+
+; CHECK-NOT: Never resolved function from blockaddress
+
----------------
BTW, it'd be better to have positive tests here than the `CHECK-NOT`. You can use `llvm-link -S` to emit the IR, and then check that each `blockaddress` is correct (rather than checking that no errors were emitted).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120781



More information about the llvm-commits mailing list