Details
- Reviewers
arsenm - Commits
- rGc49f850d5522: Migrate `IIT_Info` into `Intrinsics.td`
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/utils/TableGen/IntrinsicEmitter.cpp | ||
---|---|---|
193 | assert(isUInt<8>(Number)) |
llvm/utils/TableGen/IntrinsicEmitter.cpp | ||
---|---|---|
189 | std::array |
llvm/utils/TableGen/IntrinsicEmitter.cpp | ||
---|---|---|
193 | This isn't done? isUInt<8> would be clearer (or at least swap the compare to be Number >= 0) |
llvm/utils/TableGen/IntrinsicEmitter.cpp | ||
---|---|---|
189 | Could we use other expression instead of 256 here? | |
193 | I think I can rely on size of array. m <= x && x < n is my preference as in_range. |
clang-format not found in user’s local PATH; not linting file.