[all-commits] [llvm/llvm-project] dc764a: [ComplexDeinterleaving] Propagate fast math flags ...
David Green via All-commits
all-commits at lists.llvm.org
Tue Mar 28 04:12:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc764a2e2d0cfb621547d44bba2e55f11d129ed5
https://github.com/llvm/llvm-project/commit/dc764a2e2d0cfb621547d44bba2e55f11d129ed5
Author: David Green <david.green at arm.com>
Date: 2023-03-28 (Tue, 28 Mar 2023)
Changed paths:
M llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp
M llvm/test/CodeGen/AArch64/complex-deinterleaving-mixed-cases.ll
Log Message:
-----------
[ComplexDeinterleaving] Propagate fast math flags to symmetric operations.
This is a simple patch to make sure fast math flags are propagated through to
the newly created symmetric operations, which can help with later
simplifications.
Differential Revision: https://reviews.llvm.org/D146409
More information about the All-commits
mailing list