[PATCH] D158042: [LICM] Check hasNoSignedZeros in hoistFPAssociation.
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 23 13:33:50 PDT 2023
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LG
Given how vague the reassoc semantics are I'm not sure this is needed, but if other related transforms check for nsz, then doing that here as well seems like a good idea.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158042/new/
https://reviews.llvm.org/D158042
More information about the llvm-commits
mailing list