[PATCH] D122082: Add DXIL Bitcode Writer and DXIL testing

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 23 20:19:15 PDT 2022


rnk added a comment.

> I've posted patches already to get the DIXL emitter working with opaque pointers. It still relies on typed pointers being a thing (not in the IR, but constructable llvm::Types). I'm also working on removing that reliance, and expect to have patches up this week.

Glad to hear it. That's a key thing I wanted to bring up. Right now, an opaque pointer is basically just a pointer with a null element type, but I think the long term vision is that we remove the field altogether. I think we're a long way from here to there, but we should plan on that as the end state.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122082



More information about the llvm-commits mailing list