[llvm] [InstCombine] Remove transformation on call instruction where return value need void to non-void conversion (PR #98536)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 1 01:21:30 PDT 2024
================
@@ -0,0 +1,49 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: llvm-as %s -o %t.bc
+; RUN: opt --passes=instcombine %t.bc -S | FileCheck %s
+
+target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-none-linux-android21"
----------------
nikic wrote:
Drop data layout and triple.
https://github.com/llvm/llvm-project/pull/98536
More information about the llvm-commits
mailing list