[PATCH] D61164: [X86] If PreprocessISelDAG reorders a load before a call, make sure we remove dead nodes from the graph

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 26 09:03:01 PDT 2019


craig.topper added a comment.

By AND construction, I assume you're referring to turning X86ISD::AND into ISD::AND? What's wrong with that code? It's already removing the node it left dead. Or is there a CSE issue?


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

https://reviews.llvm.org/D61164





More information about the llvm-commits mailing list