[llvm-branch-commits] [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:01:57 PDT 2024


================
@@ -0,0 +1,576 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -mtriple=arm64 -passes='inline,function(sroa<modify-cfg>,jump-threading,instcombine)' -S < %s | FileCheck %s
----------------
nikic wrote:

Why can't this be an instcombine only test?

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


More information about the llvm-branch-commits mailing list