"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "ed4732917440089a0d84ac6f77b13a7f73b858e8"
llvm-mc/AsmMatcher: Improve match code.
- This doesn't actually improve the algorithm (its still linear), but the generated (match) code is now fairly compact and table driven. Still need a generic string matcher. - The table still needs to be compressed, this is quite simple to do and should shrink it to under 16k. - This also simplifies and restructures the code to make the match classes more explicit, in anticipation of resolving ambiguities. llvm-svn: 78461
Loading
Please register or sign in to comment