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

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 23 10:09:55 PDT 2022


beanz added a comment.

In D122082#3403025 <https://reviews.llvm.org/D122082#3403025>, @tstellar wrote:

> It would be great if there were more documentation around the migration timelines, but lack of documentation does not mean lack of plans or lack of consensus.  I would recommend starting a "Does the DXIL backend need to be compatible with Opaque Pointers" discussion on Discourse just so we can open this question up to a wider audience and get a little more clarity on this issue.

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.


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