Skip to content

Commit 75a3e01

Browse files
Add comment
1 parent d2b495c commit 75a3e01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/lib/Target/NVPTX/NVPTXInstrInfo.td

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,9 @@ let Predicates = [hasOptEnabled] in {
897897
defm MAD_LO_S16 : MADInst<"lo.s16", mul, I16RT, I16RT>;
898898
defm MAD_LO_S32 : MADInst<"lo.s32", mul, I32RT, I32RT>;
899899
defm MAD_LO_S64 : MADInst<"lo.s64", mul, I64RT, I64RT>;
900+
901+
// Generating mad.wide causes a regression:
902+
// https://github.com/llvm/llvm-project/pull/150477#issuecomment-3191367837
900903
}
901904

902905
//-----------------------------------

0 commit comments

Comments
 (0)