[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,2 @@
+if not 'PowerPC' in config.root.targets:
+ config.unsupported = True
----------------
nikic wrote:
Doesn't appear to be used?
https://github.com/llvm/llvm-project/pull/77370
More information about the llvm-commits
mailing list