[PATCH] D92471: [CSInfo] Do not create CSInfo for undef arguments

David Stenberg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 7 02:50:11 PST 2020


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

LGTM.

As both the emission of the `IMPLICIT_DEF` instructions in SelectionDAG, and the resolving of those instructions in "Process Implicit Definitions", is target independent code, I think it would be sufficient with only keeping one of these test cases, but I would be fine with landed this with all five.


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

https://reviews.llvm.org/D92471



More information about the llvm-commits mailing list