[PATCH] D68308: AMDGPU/GlobalISel: Widen 16-bit G_MERGE_VALUEs sources

Austin Kerbow via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 6 11:40:26 PDT 2019


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

LGTM



================
Comment at: lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp:1010
+    Builder.widenScalarIf(
+        [=](const LegalityQuery &Query) {
+          const LLT Ty = Query.Types[BigTyIdx];
----------------
Nitpick: Wrong indent.


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

https://reviews.llvm.org/D68308





More information about the llvm-commits mailing list