Skip to content

Commit 70d71fa

Browse files
committed
Fix: Formatting comments position
1 parent 9f26d49 commit 70d71fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ X86LegalizerInfo::X86LegalizerInfo(const X86Subtarget &STI,
8686
getActionDefinitionsBuilder(G_IMPLICIT_DEF)
8787
.legalFor({p0, s1, s8, s16, s32, s64})
8888
.legalFor(Is64Bit, {s128});
89-
// 32/64-bits needs support for s64/s128 to handle cases:
90-
// s64 = EXTEND (G_IMPLICIT_DEF s32) -> s64 = G_IMPLICIT_DEF
91-
// s128 = EXTEND (G_IMPLICIT_DEF s32/s64) -> s128 = G_IMPLICIT_DEF
89+
// 32/64-bits needs support for s64/s128 to handle cases:
90+
// s64 = EXTEND (G_IMPLICIT_DEF s32) -> s64 = G_IMPLICIT_DEF
91+
// s128 = EXTEND (G_IMPLICIT_DEF s32/s64) -> s128 = G_IMPLICIT_DEF
9292

9393
getActionDefinitionsBuilder(G_CONSTANT)
9494
.legalFor({p0, s8, s16, s32})

0 commit comments

Comments
 (0)