[PATCH] D86871: [SelectionDAG] Let NSW/NUW flags be cleared by default in call to getNode().

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 08:27:44 PDT 2020


spatel added a comment.

I only scanned over the comments here and in the bug report so far, but let me list some reviews that contributed to the current state for more background:
D32527 <https://reviews.llvm.org/D32527> - introduced the defined state bit
D46854 <https://reviews.llvm.org/D46854> - changed code in SelectionDAGBuilder::visit()
D51145 <https://reviews.llvm.org/D51145> - dealt with a flags intersection problem


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

https://reviews.llvm.org/D86871



More information about the llvm-commits mailing list