[llvm] [SelectionDAG] Add initial plumbing for the disjoint flag. (PR #76751)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 2 20:35:29 PST 2024


================
@@ -381,6 +381,7 @@ struct SDNodeFlags {
   bool NoUnsignedWrap : 1;
   bool NoSignedWrap : 1;
   bool Exact : 1;
+  bool Disjoint : 1;
----------------
arsenm wrote:

I thought this was unioned with the wrap flags. I guess we don't have enough of these bits to matter yet 

https://github.com/llvm/llvm-project/pull/76751


More information about the llvm-commits mailing list