This is an archive of the discontinued LLVM Phabricator instance.

[X86] Fast-isel tests for lowered truncation intrinsics
ClosedPublic

Authored by mike.dvoretsky on Jul 2 2018, 2:28 AM.

Details

Summary

This patch adds fast-isel tests for the IR patterns produced for truncation intrinsics in D48712.

Diff Detail

Repository
rL LLVM

Event Timeline

mike.dvoretsky created this revision.Jul 2 2018, 2:28 AM
RKSimon accepted this revision.Jul 2 2018, 6:39 AM

LGTM with one minor - thanks

llvm/test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll
3144 ↗(On Diff #153687)

You should be able to drop the "local_unnamed_addr #0" tag

This revision is now accepted and ready to land.Jul 2 2018, 6:39 AM
This revision was automatically updated to reflect the committed changes.