Skip to content
  • Justin Bogner's avatar
    b0126997
    SDAG: Rename Select->SelectImpl and repurpose Select as returning void · b0126997
    Justin Bogner authored
    This is a step towards removing the rampant undefined behaviour in
    SelectionDAG, which is a part of llvm.org/PR26808.
    
    We rename SelectionDAGISel::Select to SelectImpl and update targets to
    match, and then change Select to return void and consolidate the
    sketchy behaviour we're trying to get away from there.
    
    Next, we'll update backends to implement `void Select(...)` instead of
    SelectImpl and eventually drop the base Select implementation.
    
    llvm-svn: 268693
    b0126997
    SDAG: Rename Select->SelectImpl and repurpose Select as returning void
    Justin Bogner authored
    This is a step towards removing the rampant undefined behaviour in
    SelectionDAG, which is a part of llvm.org/PR26808.
    
    We rename SelectionDAGISel::Select to SelectImpl and update targets to
    match, and then change Select to return void and consolidate the
    sketchy behaviour we're trying to get away from there.
    
    Next, we'll update backends to implement `void Select(...)` instead of
    SelectImpl and eventually drop the base Select implementation.
    
    llvm-svn: 268693
Loading