"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "bd06678921615ad90caed466e011bd928261b22b"
Implement capability to fold this:
uint %test4(int %A, int %B) { %COND = setlt int %A, %B ; <bool> [#uses=1] %result = cast bool %COND to uint ; <uint> [#uses=1] ret uint %result } into a single cast instruction. llvm-svn: 3339
Loading
Please register or sign in to comment