[llvm] [DirectX] Make dx.RawBuffer an op that can't be replaced (PR #154620)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 28 12:03:19 PDT 2025
================
@@ -233,6 +233,9 @@ class Type {
/// Return true if this is 'token'.
bool isTokenTy() const { return getTypeID() == TokenTyID; }
+ /// Returns true if this is 'token' or 'token-like'.
----------------
nikic wrote:
```suggestion
/// Returns true if this is 'token' or a token-like target type.
```
https://github.com/llvm/llvm-project/pull/154620
More information about the llvm-commits
mailing list