Skip to content
  • Eli Friedman's avatar
    Replace isTrapping with a new, similar method called · b8f6a4fc
    Eli Friedman authored
    isSafeToSpeculativelyExecute. The new method is a bit closer to what 
    the callers actually care about in that it rejects more things callers 
    don't want.  It also adds more precise handling for integer 
    division, and unifies code for analyzing the legality of a speculative 
    load.
    
    llvm-svn: 76150
    b8f6a4fc
Loading