[llvm] 6de8509 - [NFC][X86] Fixup comment in CodeGen/X86/cmov.ll

Roman Lebedev via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 05:24:42 PST 2019


Author: Roman Lebedev
Date: 2019-11-19T16:24:07+03:00
New Revision: 6de85095ed7d8f161a7f39422d42b5bc2d2dcb98

URL: https://github.com/llvm/llvm-project/commit/6de85095ed7d8f161a7f39422d42b5bc2d2dcb98
DIFF: https://github.com/llvm/llvm-project/commit/6de85095ed7d8f161a7f39422d42b5bc2d2dcb98.diff

LOG: [NFC][X86] Fixup comment in CodeGen/X86/cmov.ll

As noted in post-commit review for
https://reviews.llvm.org/D59035#inline-631659

Added: 
    

Modified: 
    llvm/test/CodeGen/X86/cmov.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/cmov.ll b/llvm/test/CodeGen/X86/cmov.ll
index 4cf31f3889f1..9960c25f70da 100644
--- a/llvm/test/CodeGen/X86/cmov.ll
+++ b/llvm/test/CodeGen/X86/cmov.ll
@@ -186,8 +186,6 @@ entry:
 }
 
 
-; Don't try to use a 16-bit conditional move to do an 8-bit select,
-; because it isn't worth it. Just use a branch instead.
 define i8 @test7(i1 inreg %c, i8 inreg %a, i8 inreg %b) nounwind {
 ; CHECK-LABEL: test7:
 ; CHECK:       # %bb.0:


        


More information about the llvm-commits mailing list