This is an archive of the discontinued LLVM Phabricator instance.

[X86][SSE] Auto upgrade PADDS/PSUBS intrinsics to SADD_SAT/SSUB_SAT generic intrinsics (clang)
ClosedPublic

Authored by RKSimon on Dec 19 2018, 8:25 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

RKSimon created this revision.Dec 19 2018, 8:25 AM
RKSimon edited the summary of this revision. (Show Details)Dec 19 2018, 11:18 AM
craig.topper added inline comments.Dec 19 2018, 11:34 AM
lib/CodeGen/CGBuiltin.cpp
9492 ↗(On Diff #178894)

While you're touching this line, can we just make that an ArrayRef instead of a SmallVectorImpl?

RKSimon updated this revision to Diff 178946.Dec 19 2018, 12:56 PM

Use ArrayRef

This revision is now accepted and ready to land.Dec 19 2018, 12:57 PM