[PATCH] D143435: [llvm] Add tests for upcoming fixes to pointer/index type confusion.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 05:24:22 PST 2023


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.
Herald added a subscriber: wdng.


================
Comment at: llvm/test/Transforms/SeparateConstOffsetFromGEP/pointer-type-not-offset-type.ll:15
+  ret void
+}
----------------
Probably should include cases where the offset is larger too


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143435



More information about the llvm-commits mailing list