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 | ||
|---|---|---|
| 194 | assert(isUInt<8>(Number)) | |
| llvm/utils/TableGen/IntrinsicEmitter.cpp | ||
|---|---|---|
| 190 | std::array | |
| llvm/utils/TableGen/IntrinsicEmitter.cpp | ||
|---|---|---|
| 194 | This isn't done? isUInt<8> would be clearer (or at least swap the compare to be Number >= 0) | |
| llvm/utils/TableGen/IntrinsicEmitter.cpp | ||
|---|---|---|
| 190 | Could we use other expression instead of 256 here? | |
| 194 | I think I can rely on size of array. m <= x && x < n is my preference as in_range. | |
std::array