[PATCH] D130592: [IR] Move support for dxil::TypedPointerType to LLVM core IR.
Chris Bieneman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 27 08:39:29 PDT 2022
beanz added inline comments.
================
Comment at: llvm/unittests/Target/DirectX/PointerTypeAnalysisTests.cpp:38
+ EXPECT_TRUE(StringRef(Buffer).startswith("typedptr ("));
}
----------------
This test case can be moved out of the DirectX tests into IR tests, so that it gets run even if you don't compile in the DirectX backend.
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