Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/utils/TableGen/CodeGenIntrinsics.cpp | ||
---|---|---|
123 | Leftover dead code? |
llvm/include/llvm/IR/Intrinsics.td | ||
---|---|---|
185 | I don't know what Idx means here in relation to the constant 0x100 | |
215 | Should be on previous line | |
607 | Ditto | |
llvm/utils/TableGen/CodeGenIntrinsics.cpp | ||
123 | I don't expect the encoding of intrinsics to be a meaningful place for downstream users. Ok as long as the OLD stuff is removed in the next patch |
I have introduced ListIntAt, ListLLVMTypeAt, and ListListIntAt.
I will rewind them when D145872 (dynamic subscript) is landed.
I don't know what Idx means here in relation to the constant 0x100