[PATCH] D54108: [ARM] Enable mixed types in ARM CGP

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 9 01:16:16 PST 2018


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

LGTM



================
Comment at: test/CodeGen/ARM/CGP/arm-cgp-casts.ll:392
+; CHECK-COMMON-LABEL: search_through_zext_2
+; CHECK-COMMON: uxtb
+define i8 @search_through_zext_2(i8 zeroext %a, i8 zeroext %b, i16 zeroext %c, i32 %d) {
----------------
nit: I think we should have 2 checks for uxtb here.

Same for the other tests below.


https://reviews.llvm.org/D54108





More information about the llvm-commits mailing list