[PATCH] D111596: [SelectionDAG] Bail out of mergeTruncStores when not optimizing
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 20 05:03:20 PDT 2021
spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.
LGTM - it would be nicer if we had a higher-level bailout for optnone / -O0 instead of individual checks scattered around the combiner, but that might be (practically) impossible?
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