Skip to content
  1. Feb 04, 2013
  2. May 15, 2012
  3. Apr 12, 2012
    • Sirish Pande's avatar
      Disable Hexagon test temporarily. · 1d195b9c
      Sirish Pande authored
      There is an assert at line 558 in ScheduleDAGInstrs::buildSchedGraph(AliasAnalysis *AA).
      This assert needs to addressed for post RA scheduler. Until that assert is addressed,
      any passes that uses post ra scheduler will fail. So, I am temporarily disabling the
      hexagon tests until that fix is in.
      
      The assert is as follows:
          assert(!MI->isTerminator() && !MI->isLabel() &&
                     "Cannot schedule terminators or labels!");
      
      llvm-svn: 154617
      1d195b9c
  4. Dec 16, 2011
  5. Dec 13, 2011
  6. Dec 12, 2011
Loading