This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC] Test folding F08 shift intrinsics
ClosedPublic

Authored by tarunprabhu on Jul 13 2022, 2:33 PM.

Details

Summary

This patch tests folding of the F08 shift (shiftl, shiftr`, shifta) and combined shift (dshiftl, dshiftr) intrinsics. This is related to D129316 which implements lowering for those intrinsics.

Diff Detail

Event Timeline

tarunprabhu created this revision.Jul 13 2022, 2:33 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: jdoerfert. · View Herald Transcript
tarunprabhu requested review of this revision.Jul 13 2022, 2:33 PM
klausler accepted this revision.Jul 13 2022, 2:36 PM

Thanks for these!

This revision is now accepted and ready to land.Jul 13 2022, 2:36 PM
This revision was automatically updated to reflect the committed changes.