[all-commits] [llvm/llvm-project] 86e57e: [InstCombine] Bail out of casting calls when a con...
Mike Hommey via All-commits
all-commits at lists.llvm.org
Sun Oct 23 00:50:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86e57e66da9380eaa90a9d0830d7f2c5fe87af99
https://github.com/llvm/llvm-project/commit/86e57e66da9380eaa90a9d0830d7f2c5fe87af99
Author: Mike Hommey <mh at glandium.org>
Date: 2022-10-23 (Sun, 23 Oct 2022)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/test/Transforms/InstCombine/byval.ll
A llvm/test/Transforms/InstCombine/cast-byval.ll
Log Message:
-----------
[InstCombine] Bail out of casting calls when a conversion from/to byval is involved.
Fixes #58307
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D135738
More information about the All-commits
mailing list