"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "93079d589cb77fc81dc522850ebf008be729f840"
Implement a few symbolic constant folding things. X ? Y : Y is Y.
Fold: seteq ({ short }* cast (int 1 to { short }*), { short }* null) setlt ({ short }* cast (int 1 to { short }*), { short }* cast (int 2 to { short }*)) to false/true. These last two commonly occur in the output of compilers that tag integers, like cozmic's scheme compiler. Tested by Regression/Assembler/ConstantExprFold.llx llvm-svn: 25112
Loading
Please register or sign in to comment