[PATCH] D48822: [X86] Fast-isel tests for lowered truncation intrinsics
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 2 06:39:12 PDT 2018
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM with one minor - thanks
================
Comment at: llvm/test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll:3144
+define <2 x i64> @test_mm_cvtepi32_epi8(<2 x i64> %__A) local_unnamed_addr #0 {
+; CHECK-LABEL: test_mm_cvtepi32_epi8:
----------------
You should be able to drop the "local_unnamed_addr #0" tag
Repository:
rL LLVM
https://reviews.llvm.org/D48822
More information about the llvm-commits
mailing list