This is an archive of the discontinued LLVM Phabricator instance.

[flang][hlfir] Fixed KindMapping for HLFIR intrinsics lowering.
ClosedPublic

Authored by vzakhari on Jul 21 2023, 10:14 PM.

Details

Summary

hlfir.count lowering was using incorrect default integer kind
by ignoring the kind specified in the ModuleOp.

Diff Detail

Event Timeline

vzakhari created this revision.Jul 21 2023, 10:14 PM
vzakhari requested review of this revision.Jul 21 2023, 10:14 PM
tblah accepted this revision.Jul 24 2023, 2:53 AM

LGTM. Thanks for this!

This revision is now accepted and ready to land.Jul 24 2023, 2:53 AM