[PATCH] D109291: [SelectionDAGBuilder] Bugfix in visitInlineAsm()

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 6 02:59:39 PDT 2021


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

As you discuss in the bugzilla, this seems a good compromise between using the (larger) RC associated with the type when available, and falling back to the (minimal) RC associated with the physreg if we have a "weird" type.  LGTM.


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

https://reviews.llvm.org/D109291



More information about the llvm-commits mailing list