[PATCH] D46560: [SelectionDAG] Don't crash on inline assembly errors when the inline assembly return type is a struct.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 19 18:42:25 PDT 2018


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

LGTM

Nothing should ask for the result of an inline asm which produces zero values; that's fine.  (The chain is handled separately.)


https://reviews.llvm.org/D46560





More information about the llvm-commits mailing list