[NVPTX] Enhance `mul.wide` and `mad.wide` peepholes #150477
Initial commit
1c1cd4a7
Switch to (add (mul.wide a, b), c) -> (mad.wide a, b, c) approach
9612afe0
Original output of combine-wide.ll
13d6a117
Revert "Original output of combine-wide.ll"
a69e982a
justinfargnoli
changed the title [NVPTX] MAD combine through CVT [NVPTX] Enhance `mul.wide` and `mad.wide` peepholes 66 days ago
Incorporate review feedback
34974eee
Fixup setTargetDAGCombine
e551e13c
Cleanup MULWIDE insts
f50c80a6
Update comment
a918badd
Login to write a write a comment.
Login via GitHub