[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 12:22:37 PDT 2024


================
@@ -0,0 +1,24 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt --passes=instcombine -S < %s | FileCheck %s
+
+define dso_local void @foo() {
----------------
nikic wrote:

Drop dso_local.

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


More information about the llvm-commits mailing list