[PATCH] D130592: [IR] Move support for dxil::TypedPointerType to LLVM core IR.

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 00:47:55 PDT 2022


nikic accepted this revision.
nikic added a reviewer: aeubanks.
nikic added a subscriber: aeubanks.
nikic added a comment.
This revision is now accepted and ready to land.

LG from my side, but I'd like @aeubanks to confirm that he's fine with this as well.



================
Comment at: llvm/lib/IR/LLVMContextImpl.h:41
 #include "llvm/IR/Type.h"
+#include "llvm/IR/TypedPointerType.h"
 #include "llvm/IR/Value.h"
----------------
This can be a forward-declare.


================
Comment at: llvm/lib/IR/TypedPointerType.cpp:17
 
 class TypedPointerTracking {
 public:
----------------
Class no longer needed?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130592



More information about the llvm-commits mailing list