[PATCH] D49836: AMDGPU: Remove broken ternary i16 patterns

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 7 00:56:39 PDT 2018


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

LGTM



================
Comment at: test/CodeGen/AMDGPU/mad_uint24.ll:192-194
+  %0 = sext i8 %la to i16
+  %1 = sext i8 %lb to i16
+  %2 = sext i8 %lc to i16
----------------
instnamer on these


Repository:
  rL LLVM

https://reviews.llvm.org/D49836





More information about the llvm-commits mailing list