[PATCH] D147599: [MLIR][OpenMP] Update OpenMPIRBuilderTest to use opaque pointers

Akash Banerjee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 6 08:35:28 PDT 2023


TIFitis added reviewers: zero9178, gysit.
TIFitis added subscribers: gysit, zero9178.
TIFitis added a comment.

@gysit @zero9178 I am looking at updating these tests to use `opaque` pointers. I have updated all of the ones that had issues except the `CreateReductions` and `CreateTwoReductions` tests which I am facing some difficulty in changing.
The source of issues for most if not all of these tests are the deletion of `bitcast` instructions which are made redundant by opaque pointers.
Any insights or suggestions would be highly appreciated.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147599



More information about the llvm-commits mailing list