[all-commits] [llvm/llvm-project] be7f09: [IR] create and use helper functions that test the...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Mon May 16 08:26:38 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be7f09f7b2e83ca4aebb3bdbb83ad1d19662b993
https://github.com/llvm/llvm-project/commit/be7f09f7b2e83ca4aebb3bdbb83ad1d19662b993
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-05-16 (Mon, 16 May 2022)
Changed paths:
M llvm/include/llvm/IR/IRBuilder.h
M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
Log Message:
-----------
[IR] create and use helper functions that test the signbit; NFCI
More information about the All-commits
mailing list