"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "6fdea1bda839653c05a523e20760997d59dfb030"
don't bother calling ConstantFoldInstruction unless there is a use of the
instruction (which disqualifies stores, unreachable, etc) and at least the first operand is a constant. This filters out a lot of obvious cases that can't be folded. Also, switch the IRBuilder to a TargetFolder, which tries harder. llvm-svn: 84170
Loading
Please register or sign in to comment