[all-commits] [llvm/llvm-project] b361e1: [flang][hlfir] address post-commit comments from D...
jeanPerier via All-commits
all-commits at lists.llvm.org
Thu May 25 07:35:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b361e1c02538a82d5ecf2c7ee3683ef1f4d19810
https://github.com/llvm/llvm-project/commit/b361e1c02538a82d5ecf2c7ee3683ef1f4d19810
Author: Jean Perier <jperier at nvidia.com>
Date: 2023-05-25 (Thu, 25 May 2023)
Changed paths:
M flang/lib/Optimizer/Builder/TemporaryStorage.cpp
M flang/lib/Optimizer/HLFIR/Transforms/LowerHLFIROrderedAssignments.cpp
M flang/test/HLFIR/order_assignments/impure-where.fir
Log Message:
-----------
[flang][hlfir] address post-commit comments from D151247 and D151251
Addresses comments not addressed in https://reviews.llvm.org/D151251
and https://reviews.llvm.org/D151247
- Fix typo in comments.
- Update an expected test output to include the fir.allocmem argument.
- Make a more generic type comparisons and cast when fetching value
back from the AnyValueStack temporary storage.
Differential Revision: https://reviews.llvm.org/D151428
More information about the All-commits
mailing list