Unsigned and Signless attributes use uintN_t and signed attributes use intN_t, where N is the fixed width. The 1-bit variants use bool.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp | ||
---|---|---|
918 | This is just how Phab indicates that it is only an indentation increase. |
Can we just drop this? AFAICS, there are three users in this file, which do let verifier = alignmentVerifierCode;, which can be removed too.