[PATCH] D111596: [SelectionDAG] Bail out of mergeTruncStores when not optimizing
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 25 10:02:11 PDT 2021
aeubanks added a comment.
A question I had while looking into this, why is this (and other store optimizations) being done in isel instead on the IR optimization side?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111596/new/
https://reviews.llvm.org/D111596
More information about the llvm-commits
mailing list