[PATCH] D109335: [InstCombine] Make check for sret in a vararg function clearer

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 7 11:15:54 PDT 2021


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

Yikes. I'm guessing this edge case is actually covered by a test.

This change is NFC, but it looks like a functional change, so consider using the oft-overused NFC tag to clarify that there really is no behavior change.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109335/new/

https://reviews.llvm.org/D109335



More information about the llvm-commits mailing list