[PATCH] D23652: [mips] N64 static relocation model support

Sean Bruno via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 07:56:15 PDT 2016


seanbruno requested changes to this revision.
seanbruno added a comment.
This revision now requires changes to proceed.

I seem to get one reject from this patch:

./test/CodeGen/Mips/fcopysign-f32-f64.ll.rej

  @@ -38,8 +38,8 @@
   
   ; 64-DAG: mfc1    $[[MFC:[0-9]+]], $f13
   ; 64-DAG: srl     $[[SRL:[0-9]+]], $[[MFC:[0-9]+]], 31
  -; 64:     dsll    $[[DSLL:[0-9]+]], $[[SRL]], 63
   ; 64-DAG: daddiu  $[[R1:[0-9]+]], $zero, 1
  +; 64:     dsll    $[[DSLL:[0-9]+]], $[[SRL]], 63
   ; 64-DAG: dsll    $[[R2:[0-9]+]], $[[R1]], 63
   ; 64-DAG: daddiu  $[[R3:[0-9]+]], $[[R2]], -1
   ; 64-DAG: dmfc1   $[[R0:[0-9]+]], ${{.*}}


https://reviews.llvm.org/D23652





More information about the llvm-commits mailing list