[PATCH] D34515: [ARM] Materialise some boolean values to avoid a branch
    Eli Friedman via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Oct 12 12:16:59 PDT 2017
    
    
  
efriedma added a comment.
This patch would be easier to review if you would commit the changes to add new tests and RUN lines separately.
================
Comment at: test/CodeGen/Thumb/long-setcc.ll:18
 
-; CHECK: cmp
 ; CHECK-NOT: cmp
 
----------------
Could we fix this test to include some higher-quality CHECK lines, so it's clear what we're actually generating?
https://reviews.llvm.org/D34515
    
    
More information about the llvm-commits
mailing list