[flang-commits] [PATCH] D129696: [flang][NFC] Test folding F08 shift intrinsics

Tarun Prabhu via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Jul 13 14:33:53 PDT 2022


tarunprabhu created this revision.
tarunprabhu added reviewers: clementval, kiranchandramohan, klausler, jeanPerier, vdonaldson.
tarunprabhu added a project: Flang.
Herald added a subscriber: jdoerfert.
Herald added a reviewer: sscalpone.
Herald added a project: All.
tarunprabhu requested review of this revision.

This patch tests folding of the F08 shift (`shiftl`, shiftr`, `shifta`) and combined shift (`dshiftl`, `dshiftr`) intrinsics. This is related to D129316 <https://reviews.llvm.org/D129316> which implements lowering for those intrinsics.


https://reviews.llvm.org/D129696

Files:
  flang/test/Evaluate/fold-dshift.f90
  flang/test/Evaluate/fold-shift.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129696.444420.patch
Type: text/x-patch
Size: 11479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20220713/feff0bc6/attachment.bin>


More information about the flang-commits mailing list