"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "fddc26cc641412f7ed4245cb05d11343dc0e0f12"
Several major changes:
1. Pull out the expand cases for BSWAP and CT* into a separate function, reducing the size of LegalizeOp. 2. Fix a bug where expand(bswap i64) was wrong when i64 is legal. 3. Changed LegalizeOp/PromoteOp so that the legalizer never needs to be iterative. It now operates in a single pass over the nodes. 4. Simplify a LOT of code, with a net reduction of ~280 lines. llvm-svn: 25736
Loading
Please register or sign in to comment