[PATCH] D116400: [LegalizeTypes][VP] Add integer promotion support for vp.select

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 4 21:55:43 PST 2022


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

LGTM with that one comment.



================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:81
+  case ISD::VP_SELECT:
+    Res = PromoteIntRes_Select(N);
+    break;
----------------
Restore the old formatting with the call and the break on the same line as the case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116400



More information about the llvm-commits mailing list