[PATCH] D135738: [InstCombine] Bail out of casting calls when a conversion to byval is involved.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 11 19:57:31 PDT 2022
arsenm added inline comments.
================
Comment at: llvm/test/LTO/X86/cast-to-byval.ll:3
+; inlined.
+
+; RUN: split-file %s %t
----------------
Why does this test involve LTO or multiple modules? Why can't you just run instcombine?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135738/new/
https://reviews.llvm.org/D135738
More information about the llvm-commits
mailing list