This function is available on llvm::Type and has been used by some clients of
the LLVM dialect before the transition. Implement the MLIR counterpart.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/LLVMIR/LLVMTypes.h | ||
---|---|---|
110 | can you add a parenthesis with examples? | |
mlir/lib/Dialect/LLVMIR/IR/LLVMTypes.cpp | ||
64 | It is a bit "unsafe" to have a catch all here: we can't easily check that we correctly covered all the "sized" types. |
can you add a parenthesis with examples?