[llvm-branch-commits] [llvm] [InstCombine] Don't look at ConstantData users (PR #103302)

Nikita Popov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Aug 13 09:31:05 PDT 2024


================
@@ -0,0 +1,918 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -mtriple=arm64 -S < %s -passes=instcombine | FileCheck %s
----------------
nikic wrote:

Triple should not be needed.

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


More information about the llvm-branch-commits mailing list