[PATCH] D93274: [DAGCombiner] Don't create sexts of deleted xors when they were in-visit replaced
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 22 09:14:23 PST 2020
spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.
LGTM - there's also a code pattern like this in DAGCombiner::rebuildSetCC(), so it's hopefully safe. But as noted, we can probably do better by changing the structure a bit.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93274/new/
https://reviews.llvm.org/D93274
More information about the llvm-commits
mailing list