[all-commits] [llvm/llvm-project] e7f78f: [flang] Implement constant folding for the NOT int...
Pete Steinfeld via All-commits
all-commits at lists.llvm.org
Sun Jun 20 07:28:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e7f78fb9171768a514611304caf42eb034ec9247
https://github.com/llvm/llvm-project/commit/e7f78fb9171768a514611304caf42eb034ec9247
Author: Peter Steinfeld <psteinfeld at nvidia.com>
Date: 2021-06-20 (Sun, 20 Jun 2021)
Changed paths:
M flang/lib/Evaluate/fold-integer.cpp
M flang/test/Evaluate/folding01.f90
Log Message:
-----------
[flang] Implement constant folding for the NOT intrinsic
I implemented constant folding for the NOT intrinsic and added some tests.
Differential Revision: https://reviews.llvm.org/D104587
More information about the All-commits
mailing list