[llvm] 71a02dd - [VP][NFC] Format comment to 80 columns
Fraser Cormack via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 11 05:02:04 PDT 2021
Author: Fraser Cormack
Date: 2021-06-11T12:53:48+01:00
New Revision: 71a02ddda10583b7f51611e8aefcbecc47352683
URL: https://github.com/llvm/llvm-project/commit/71a02ddda10583b7f51611e8aefcbecc47352683
DIFF: https://github.com/llvm/llvm-project/commit/71a02ddda10583b7f51611e8aefcbecc47352683.diff
LOG: [VP][NFC] Format comment to 80 columns
Added:
Modified:
llvm/include/llvm/IR/VPIntrinsics.def
Removed:
################################################################################
diff --git a/llvm/include/llvm/IR/VPIntrinsics.def b/llvm/include/llvm/IR/VPIntrinsics.def
index 981548c6dde9..37a079512457 100644
--- a/llvm/include/llvm/IR/VPIntrinsics.def
+++ b/llvm/include/llvm/IR/VPIntrinsics.def
@@ -33,8 +33,9 @@
#endif
// Register a new VP SDNode and begin its property scope.
-// When the SDNode scope is nested within a VP intrinsic scope, it is implicitly registered as the canonical SDNode for this VP intrinsic.
-// There is one VP intrinsic that maps directly to one SDNode that goes by the
+// When the SDNode scope is nested within a VP intrinsic scope, it is
+// implicitly registered as the canonical SDNode for this VP intrinsic. There
+// is one VP intrinsic that maps directly to one SDNode that goes by the
// same name. Since the operands are also the same, we open the property
// scopes for both the VPIntrinsic and the SDNode at once.
// \p SDOPC The SelectionDAG Node id (eg VP_ADD).
More information about the llvm-commits
mailing list