[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
----------------
nikic wrote:
```suggestion
; RUN: opt --passes=instcombine -S < %s | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/98536
More information about the llvm-commits
mailing list