Tommy MᶜMichen

Results 11 comments of Tommy MᶜMichen

Working on getting this to integrate will NOELLE AAResults Moving to an analyze and patch method to fix loop bug in LLVM basicaa.

Finalizing unit test

Delaying this feature until we need it. For the near future we do not need to generate the PDG. Feature is implemented but specification is not entirely clear so we...

Reviving this issue because I've hit the same failed assertion in a SPEC benchmark. The changes introduced in #1236 doesn't actually match OG CodeGen: CIR-to-LLVM: ``` @data = constant [2...

Hi @anirudhsundar! yes, issues are free for the taking. This one should be a good way to get started with the project. Let me know if you have any questions.

Hi @anirudhsundar there should be a matching function in the original (OG) clang codegen under clang/lib/CodeGen that you can use as a reference. If you want to handle the obvious...

I am currently minimizing this test case some more to get rid of standard library usage.

Rebased after the latest reverts. CI is green

> > * Do we get rid of the `mlir::Type` in both attributes now that we have `clang::RecordDecl`? > > How hard would be to use `mlir::Type` to get the...

Yes we're trying to test the case from the issue, which has been minimized from a benchmark. The compiler needs to resolve a global declaraction using a class whose methods...