[llvm] Fix incorrect codegen with respect to GEPs #85333 (PR #88440)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 28 22:30:04 PDT 2024


================
@@ -0,0 +1,102 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
+; RUN: opt -passes=gvn-sink -S %s | FileCheck %s
+
+target datalayout = "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64"
+target triple = "thumbv7em-none-unknown-eabi"
----------------
nikic wrote:

Can you drop the triple? If not, then you'll have to add REQUIRES.

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


More information about the llvm-commits mailing list