[llvm] [Reassociate] Adds test coverage for reassociation of scalar & vector boolean types (PR #89899)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun May 5 23:12:56 PDT 2024


================
@@ -0,0 +1,207 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
+; RUN: opt < %s -passes=reassociate -S | FileCheck %s
+
+define i1 @scalar(i1 %b0, i1 %b1, i1 %b2, i1 %b3, i1 %b4, i1 %b5, i1 %b6, i1 %b7) local_unnamed_addr {
----------------
nikic wrote:

Remove local_unnamed_addr, here and elsewhere.

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


More information about the llvm-commits mailing list