Skip to content
  • Paul Robinson's avatar
    Teach ISel not to optimize 'optnone' functions (revised). · d89125a5
    Paul Robinson authored
    Improvements over r195317:
    - Set/restore EnableFastISel flag instead of just running FastISel within
      SelectAllBasicBlocks; the flag is checked in various places, and
      FastISel won't run properly if those places don't do the right thing.
    - Test looks for normal ISel versus FastISel behavior, and not
      something more subtle that doesn't work everywhere.
    
    Based on work by Andrea Di Biagio.
    
    llvm-svn: 195491
    d89125a5
Loading