[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
Wed Oct 12 10:53:13 PDT 2022
arsenm added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/cast-to-byval.ll:4-5
+
+target datalayout = "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-f64:32:64-f80:32-n8:16:32-S128"
+target triple = "i686-unknown-linux-gnu"
+
----------------
Shouldn't need this
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