[llvm] Move ExpandMemCmp and MergeIcmp to the middle end (PR #77370)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 05:36:09 PDT 2024


================
@@ -0,0 +1,4 @@
+if not "BPF" in config.root.targets:
+    config.unsupported = True
+if "system-aix" in config.available_features:
+    config.unsupported = True
----------------
nikic wrote:

Why this system-aix check?

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


More information about the llvm-commits mailing list