[all-commits] [llvm/llvm-project] 56eda9: [flang] Handle mixed types in DOT_PRODUCT simplifi...
Slava Zakharin via All-commits
all-commits at lists.llvm.org
Mon Aug 15 09:10:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56eda98f0cbd9b1db40a5b52b8f57a05b8bb4588
https://github.com/llvm/llvm-project/commit/56eda98f0cbd9b1db40a5b52b8f57a05b8bb4588
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2022-08-15 (Mon, 15 Aug 2022)
Changed paths:
M flang/lib/Optimizer/Transforms/SimplifyIntrinsics.cpp
M flang/test/Transforms/simplifyintrinsics.fir
Log Message:
-----------
[flang] Handle mixed types in DOT_PRODUCT simplification.
Fortran runtime supports mixed types by casting the loaded values
to the result type, so DOT_PRODUCT simplification has to do the same.
Differential Revision: https://reviews.llvm.org/D131726
More information about the All-commits
mailing list