[llvm] [GlobalISel] convergence control tokens and intrinsics (PR #67006)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 11 22:28:31 PDT 2024
================
@@ -45,6 +45,14 @@ class LLT {
/*AddressSpace=*/0};
}
+ /// Get a low-level token; just a scalar with zero bits (or no size).
+ static constexpr LLT token() {
----------------
arsenm wrote:
This should get some new tests in unittests/CodeGen/LowLevelTypeTest.cpp
https://github.com/llvm/llvm-project/pull/67006
More information about the llvm-commits
mailing list