[llvm] 8336bfb - [X86] Regenerate ispow2.ll. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 21 04:58:38 PST 2023


Author: Simon Pilgrim
Date: 2023-11-21T12:58:24Z
New Revision: 8336bfb17ee0ed694a30519da8ed3a930a5661ee

URL: https://github.com/llvm/llvm-project/commit/8336bfb17ee0ed694a30519da8ed3a930a5661ee
DIFF: https://github.com/llvm/llvm-project/commit/8336bfb17ee0ed694a30519da8ed3a930a5661ee.diff

LOG: [X86] Regenerate ispow2.ll. NFC.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/ispow2.ll b/llvm/test/CodeGen/X86/ispow2.ll
index 35c023bb36b13bd..8723432de8b6b00 100644
--- a/llvm/test/CodeGen/X86/ispow2.ll
+++ b/llvm/test/CodeGen/X86/ispow2.ll
@@ -220,5 +220,3 @@ define <4 x i1> @neither_pow2_non_zero_4xv64_x_maybe_z(<4 x i64> %x) {
   %r = icmp ne <4 x i64> %cnt, <i64 1, i64 1, i64 1, i64 1>
   ret <4 x i1> %r
 }
-;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
-; CHECK: {{.*}}


        


More information about the llvm-commits mailing list