This is an archive of the discontinued LLVM Phabricator instance.

[fir] Add substring to fir.slice operation
ClosedPublic

Authored by clementval on Oct 25 2021, 5:27 AM.

Details

Summary

This patch adds the substriing information to the fir.slice
operation. This will be used by character operations in later
upstreaming patches.

This patch is part of the upstreaming effort from fir-dev branch.

Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>

Diff Detail