[PATCH] D129523: [Reassociate] Enable FP reassociation via 'reassoc' and 'nsz'

Warren Ristow via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 22:08:43 PDT 2022


wristow updated this revision to Diff 444878.
wristow added a comment.

Update to:

1. Remove the cleanup that has been done separately (and committed as 230c8c56f21cfe4e23a24793f3137add1af1d1f0 <https://reviews.llvm.org/rG230c8c56f21cfe4e23a24793f3137add1af1d1f0>).
2. Check only for `reassoc` and `nsz` (rather than `isFast()`).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129523/new/

https://reviews.llvm.org/D129523

Files:
  llvm/lib/Transforms/Scalar/Reassociate.cpp
  llvm/test/Transforms/PhaseOrdering/fast-basictest.ll
  llvm/test/Transforms/Reassociate/fast-basictest.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129523.444878.patch
Type: text/x-patch
Size: 7629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220715/780b89f2/attachment.bin>


More information about the llvm-commits mailing list