[all-commits] [llvm/llvm-project] f6cb9b: [LibCallsShrinkWrap][NFC] Reuse createCond and cre...
Jim Lin via All-commits
all-commits at lists.llvm.org
Mon Jun 26 23:02:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f6cb9b82e2dcfb068fe7c031f9d71e878f69505d
https://github.com/llvm/llvm-project/commit/f6cb9b82e2dcfb068fe7c031f9d71e878f69505d
Author: Jim Lin <jim at andestech.com>
Date: 2023-06-27 (Tue, 27 Jun 2023)
Changed paths:
M llvm/lib/Transforms/Utils/LibCallsShrinkWrap.cpp
Log Message:
-----------
[LibCallsShrinkWrap][NFC] Reuse createCond and createOrCond
Add two new functions `createCond` and `createOrCond` that accept extra
arguments Arg and Arg/Arg2 respectively.
Reviewed By: efriedma
Differential Revision: https://reviews.llvm.org/D153253
More information about the All-commits
mailing list