[llvm] 1123203 - [x86] remove stale comment from test file; NFC
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 22 09:12:09 PDT 2021
Author: Sanjay Patel
Date: 2021-04-22T12:11:47-04:00
New Revision: 11232037cc4aee4fed186e50beae4a486c729d62
URL: https://github.com/llvm/llvm-project/commit/11232037cc4aee4fed186e50beae4a486c729d62
DIFF: https://github.com/llvm/llvm-project/commit/11232037cc4aee4fed186e50beae4a486c729d62.diff
LOG: [x86] remove stale comment from test file; NFC
Added:
Modified:
llvm/test/CodeGen/X86/setcc.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/X86/setcc.ll b/llvm/test/CodeGen/X86/setcc.ll
index f9ebeff7ed80..6ae7e5cbb701 100644
--- a/llvm/test/CodeGen/X86/setcc.ll
+++ b/llvm/test/CodeGen/X86/setcc.ll
@@ -2,9 +2,6 @@
; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s
; rdar://7329206
-; Use sbb x, x to materialize carry bit in a GPR. The value is either
-; all 1's or all 0's.
-
define zeroext i16 @t1(i16 zeroext %x) nounwind readnone ssp {
; CHECK-LABEL: t1:
; CHECK: ## %bb.0:
More information about the llvm-commits
mailing list