I implemented constant folding for the NOT intrinsic and added some tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D104587
[flang] Implement constant folding for the NOT intrinsic ClosedPublic Authored by PeteSteinfeld on Jun 18 2021, 7:19 PM.
Details Summary I implemented constant folding for the NOT intrinsic and added some tests.
Diff Detail
Event TimelinePeteSteinfeld created this revision. This revision is now accepted and ready to land.Jun 19 2021, 9:02 AM Closed by commit rGe7f78fb91717: [flang] Implement constant folding for the NOT intrinsic (authored by PeteSteinfeld). · Explain WhyJun 20 2021, 7:28 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 353231 flang/lib/Evaluate/fold-integer.cpp
flang/test/Evaluate/folding01.f90
|