[llvm] [SelectOpt] Add handling for not conditions. (PR #92517)

Sjoerd Meijer via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 01:38:26 PDT 2024


================
@@ -765,6 +792,13 @@ void SelectOptimizeImpl::collectSelectGroups(BasicBlock &BB,
           ++BBIt;
           continue;
         }
+
+        // Skip not(select, if the not is part of the same select group
----------------
sjoerdmeijer wrote:

Nit: missing closing bracket?

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


More information about the llvm-commits mailing list