@@ -763,7 +763,7 @@ class LLVM_ABI MachineIRBuilder {
763
763
764
764
// / Build and insert \p Res = G_SEXT \p Op, \p Res = G_TRUNC \p Op, or
765
765
// / \p Res = COPY \p Op depending on the differing sizes of \p Res and \p Op.
766
- // / ///
766
+ // /
767
767
// / \pre setBasicBlock or setMI must have been called.
768
768
// / \pre \p Res must be a generic virtual register with scalar or vector type.
769
769
// / \pre \p Op must be a generic virtual register with scalar or vector type.
@@ -773,7 +773,7 @@ class LLVM_ABI MachineIRBuilder {
773
773
774
774
// / Build and insert \p Res = G_ZEXT \p Op, \p Res = G_TRUNC \p Op, or
775
775
// / \p Res = COPY \p Op depending on the differing sizes of \p Res and \p Op.
776
- // / ///
776
+ // /
777
777
// / \pre setBasicBlock or setMI must have been called.
778
778
// / \pre \p Res must be a generic virtual register with scalar or vector type.
779
779
// / \pre \p Op must be a generic virtual register with scalar or vector type.
@@ -783,7 +783,7 @@ class LLVM_ABI MachineIRBuilder {
783
783
784
784
// Build and insert \p Res = G_ANYEXT \p Op, \p Res = G_TRUNC \p Op, or
785
785
// / \p Res = COPY \p Op depending on the differing sizes of \p Res and \p Op.
786
- // / ///
786
+ // /
787
787
// / \pre setBasicBlock or setMI must have been called.
788
788
// / \pre \p Res must be a generic virtual register with scalar or vector type.
789
789
// / \pre \p Op must be a generic virtual register with scalar or vector type.
@@ -794,7 +794,7 @@ class LLVM_ABI MachineIRBuilder {
794
794
// / Build and insert \p Res = \p ExtOpc, \p Res = G_TRUNC \p
795
795
// / Op, or \p Res = COPY \p Op depending on the differing sizes of \p Res and
796
796
// / \p Op.
797
- // / ///
797
+ // /
798
798
// / \pre setBasicBlock or setMI must have been called.
799
799
// / \pre \p Res must be a generic virtual register with scalar or vector type.
800
800
// / \pre \p Op must be a generic virtual register with scalar or vector type.
@@ -813,7 +813,7 @@ class LLVM_ABI MachineIRBuilder {
813
813
// /
814
814
// / G_TRUNC_SSAT_S truncates the saturated signed input, \p Op, to a signed
815
815
// / result.
816
- // / ///
816
+ // /
817
817
// / \pre setBasicBlock or setMI must have been called.
818
818
// / \pre \p Res must be a generic virtual register with scalar or vector type.
819
819
// / \pre \p Op must be a generic virtual register with scalar or vector type.
@@ -827,7 +827,7 @@ class LLVM_ABI MachineIRBuilder {
827
827
// /
828
828
// / G_TRUNC_SSAT_U truncates the saturated signed input, \p Op, to a unsigned
829
829
// / result.
830
- // / ///
830
+ // /
831
831
// / \pre setBasicBlock or setMI must have been called.
832
832
// / \pre \p Res must be a generic virtual register with scalar or vector type.
833
833
// / \pre \p Op must be a generic virtual register with scalar or vector type.
@@ -839,9 +839,9 @@ class LLVM_ABI MachineIRBuilder {
839
839
840
840
// / Build and insert \p Res = \p G_TRUNC_USAT_U \p Op
841
841
// /
842
- // / G_TRUNC_SSAT_S truncates the saturated unsigned input, \p Op, to a
842
+ // / G_TRUNC_USAT_U truncates the saturated unsigned input, \p Op, to a
843
843
// / unsigned result.
844
- // / ///
844
+ // /
845
845
// / \pre setBasicBlock or setMI must have been called.
846
846
// / \pre \p Res must be a generic virtual register with scalar or vector type.
847
847
// / \pre \p Op must be a generic virtual register with scalar or vector type.
0 commit comments