This is an archive of the discontinued LLVM Phabricator instance.

[flang][CodeGen] Transform `fir.unboxchar` to a sequence of LLVM MLIR
ClosedPublic

Authored by awarzynski on Nov 12 2021, 2:23 AM.

Details

Summary

This patch extends the FIRToLLVMLowering pass in Flang by adding a
hook to transform fir.unboxchar to a sequence of LLVM MLIR
instructions.

This is part of the upstreaming effort from the fir-dev branch in [1].

[1] https://github.com/flang-compiler/f18-llvm-project

Originally written by:
Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>
Co-authored-by: Jean Perier <jperier@nvidia.com>

Diff Detail