[PATCH] D104585: [NFC] Add getUnderlyingObjects test

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 19 03:01:07 PDT 2021


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

Thank you for adding the test.
I think you can freely commit this now.



================
Comment at: llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll:98
+; CHECK-NEXT: Dependences:
+
+define void @f_deep(i8** noalias %A, i8* noalias %B, i64 %N) {
----------------
Given D86669, i think you want to add a `FIXME: this is incorrect: xyz`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104585



More information about the llvm-commits mailing list