[all-commits] [llvm/llvm-project] 622281: [flang] add hlfir.any intrinsic
Jacob Crawley via All-commits
all-commits at lists.llvm.org
Mon May 15 02:51:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 622281a7b35946aed45851971de9d0eb0b265f2e
https://github.com/llvm/llvm-project/commit/622281a7b35946aed45851971de9d0eb0b265f2e
Author: Jacob Crawley <jacob.crawley at arm.com>
Date: 2023-05-15 (Mon, 15 May 2023)
Changed paths:
M flang/include/flang/Optimizer/HLFIR/HLFIRDialect.h
M flang/include/flang/Optimizer/HLFIR/HLFIROpBase.td
M flang/include/flang/Optimizer/HLFIR/HLFIROps.td
M flang/lib/Optimizer/HLFIR/IR/HLFIRDialect.cpp
M flang/lib/Optimizer/HLFIR/IR/HLFIROps.cpp
A flang/test/HLFIR/any.fir
M flang/test/HLFIR/invalid.fir
Log Message:
-----------
[flang] add hlfir.any intrinsic
Adds a HLFIR operation for the ANY intrinsic according to the
design set out in flang/docs/HighLevel.md
Differential Revision: https://reviews.llvm.org/D149964
Commit: d7b19b0e9082471b8fd95e3f40af2557b33af54e
https://github.com/llvm/llvm-project/commit/d7b19b0e9082471b8fd95e3f40af2557b33af54e
Author: Jacob Crawley <jacob.crawley at arm.com>
Date: 2023-05-15 (Mon, 15 May 2023)
Changed paths:
M flang/lib/Lower/ConvertCall.cpp
A flang/test/Lower/HLFIR/any.f90
Log Message:
-----------
[flang] lower any intrinsic to hlfir.any operation
Carries out the lowering of the any intrinsic into HLFIR
Depends on: D149964
Differential Revision: https://reviews.llvm.org/D150272
Commit: b5d1ea9d2b771b25df4a0997e600beab7684800f
https://github.com/llvm/llvm-project/commit/b5d1ea9d2b771b25df4a0997e600beab7684800f
Author: Jacob Crawley <jacob.crawley at arm.com>
Date: 2023-05-15 (Mon, 15 May 2023)
Changed paths:
M flang/lib/Optimizer/HLFIR/Transforms/LowerHLFIRIntrinsics.cpp
A flang/test/HLFIR/any-lowering.fir
Log Message:
-----------
[flang][hlfir] lower hlfir.any into fir runtime call
Depends on: D150272
Differential Revision: https://reviews.llvm.org/D150451
Compare: https://github.com/llvm/llvm-project/compare/e16af8a28169...b5d1ea9d2b77
More information about the All-commits
mailing list