Skip to content
  1. Jan 12, 2012
    • Devang Patel's avatar
      Add intel style operand parser skeleton. · 46831de2
      Devang Patel authored
      This is a work in progress.
      
      llvm-svn: 148002
      46831de2
    • Chandler Carruth's avatar
      Switch all of the uses of my InsertDAGNode helper to follow the exact · eb21da06
      Chandler Carruth authored
      same pattern. We already had this pattern is a few places, but others
      tried to make a rough approximation of an actual DAG structure. As not
      everywhere went to this trouble, nothing could rely on this being done.
      In fact, I've checked all references to these node Ids, and the ones
      that are using the topo-sort properties are actually satisfied with
      a strict-weak-ordering. The requirement appears to be that Use >= Def.
      
      I've added a big blurb of comments to this bit of the transform to
      clarify why the order is so important for the next reader of the code.
      
      I'm starting with this change as it is very small, and trivially
      reverted if something breaks or the >= above really does need to be >.
      If that proves the case, we can hide the problem by reverting this
      patch, but the problem exists elsewhere as well, and so a more
      comprehensive solution will be needed.
      
      llvm-svn: 148001
      eb21da06
  2. Jan 11, 2012
  3. Jan 10, 2012
Loading