[all-commits] [llvm/llvm-project] ffed0c: [SimplifyLibCalls] avoid slicing 64-bit integers i...
Martin Sebor via All-commits
all-commits at lists.llvm.org
Tue Apr 26 16:21:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ffed0cfcdbee1b692fa19f9d97302cdf4423e5ee
https://github.com/llvm/llvm-project/commit/ffed0cfcdbee1b692fa19f9d97302cdf4423e5ee
Author: Martin Sebor <msebor at redhat.com>
Date: 2022-04-26 (Tue, 26 Apr 2022)
Changed paths:
M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
A llvm/test/Transforms/InstCombine/memchr-4.ll
A llvm/test/Transforms/InstCombine/strncmp-3.ll
Log Message:
-----------
[SimplifyLibCalls] avoid slicing 64-bit integers in an ILP32 build (PR #54739)
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D123472
More information about the All-commits
mailing list