[unroll] Don't check the loop set for whether an instruction is
contained in it each time we try to add it to the worklist, just check this when pulling it off the worklist. That way we do it at most once per instruction with the cost of the worklist set we would need to pay anyways. llvm-svn: 229060
Loading
Please sign in to comment