[llvm] [InstCombine] Improve handling of `not` and free inversion. (PR #66787)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 05:18:17 PST 2023


================
@@ -233,66 +233,38 @@ class LLVM_LIBRARY_VISIBILITY InstCombiner {
                                                 PatternMatch::m_Value()));
   }
 
+  /// Return nonnull value if V is free to invert (with condition) regarding
----------------
nikic wrote:

I'm not sure what the `(with condition)` bit here is supposed to mean.

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


More information about the llvm-commits mailing list