"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "c18bfbb6a68087736cbbeee03fb7b168c7b1b557"
[TableGen] Generate offsets into a flat array for getOperandType
Rather than an array of std::initializer_list, generate a table of offsets and a flat array of the operands for getOperandType. This is a bit more efficient on platforms that don't manage to get the array of inintializer_lists initialized at link time (I'm looking at you macOS). It's also quite quite a bit faster to compile. llvm-svn: 366278
Loading
Please register or sign in to comment