Craig Topper
|
301db41084
[SimplifyDemandedBits] Use APInt::intersects to instead of ANDing and comparing to 0 separately. NFC
|
6 سال پیش |
Simon Pilgrim
|
88ae6d603d
[TargetLowering] SimplifyDemandedBits - add EXTRACT_SUBVECTOR support.
|
6 سال پیش |
Philip Reames
|
11df0bc741
[SDAG] Update generic code to conservatively check for isAtomic in addition to isVolatile
|
6 سال پیش |
Tim Northover
|
43f94c59dd
GlobalISel: add combiner to form indexed loads.
|
6 سال پیش |
Bjorn Pettersson
|
fb1c8990ae
[CodeGen] Handle SMULFIXSAT with scale zero in TargetLowering::expandFixedPointMul
|
6 سال پیش |
Bjorn Pettersson
|
2d0b4264f3
[Intrinsic] Add the llvm.umul.fix.sat intrinsic
|
6 سال پیش |
Shiva Chen
|
f0b04e6f72
[TargetLowering] Fix Bugzilla ID 43183 to avoid soften comparison broken with constant inputs
|
6 سال پیش |
Simon Pilgrim
|
5bfcd8dbf0
[TargetLowering] SimplifyDemandedBits ADD/SUB/MUL - correctly inherit SDNodeFlags from the original node.
|
6 سال پیش |
Shiva Chen
|
3767f18861
[RISCV] Avoid generating AssertZext for LP64 ABI when lowering floating LibCall
|
6 سال پیش |
Kevin P. Neal
|
dda5f16734
[FPEnv] Add fptosi and fptoui constrained intrinsics.
|
6 سال پیش |
Amaury Sechet
|
77ff67796a
[TargetLowering] Add buildLegalVectorShuffle facility to help build legal shuffles
|
6 سال پیش |
Craig Topper
|
4e272f536e
[SelectionDAG][X86] Enable iX SimplifyDemandedBits to vXi1 SimplifyDemandedVectorElts simplification. Add a hack to X86 to avoid a regression
|
6 سال پیش |
Shiva Chen
|
bbb2620939
[TargetLowering] Remove optional arguments passing to makeLibCall
|
6 سال پیش |
Roman Lebedev
|
5863423dec
[TargetLowering] x s% C == 0 fold: vector divisor with INT_MIN handling
|
6 سال پیش |
Daniel Sanders
|
57a8129407
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
|
6 سال پیش |
Simon Pilgrim
|
5d376fa7ac
Remove BitVector.h include. NFCI.
|
6 سال پیش |
Roman Lebedev
|
c285223daf
[CodeGen][SelectionDAG] More efficient code for X % C == 0 (SREM case)
|
6 سال پیش |
Roman Lebedev
|
e7279f838c
[TargetLowering][NFC] prepareUREMEqFold(): fixup comment
|
6 سال پیش |
Hans Wennborg
|
3b17e47a11
Revert r368276 "[TargetLowering] SimplifyDemandedBits - call SimplifyMultipleUseDemandedBits for ISD::EXTRACT_VECTOR_ELT"
|
6 سال پیش |
Simon Pilgrim
|
1d838d593f
[TargetLowering] SimplifyDemandedBits - call SimplifyMultipleUseDemandedBits for ISD::TRUNCATE
|
6 سال پیش |
Simon Pilgrim
|
621a67330b
[TargetLowering] SimplifyDemandedBits - call SimplifyMultipleUseDemandedBits for ISD::EXTRACT_VECTOR_ELT
|
6 سال پیش |
Simon Pilgrim
|
25608372b0
[TargetLowering] SimplifyDemandedBits - call SimplifyMultipleUseDemandedBits for ISD::VECTOR_SHUFFLE
|
6 سال پیش |
Aditya Nandakumar
|
215335e026
[GISel]: Add GISelKnownBits analysis
|
6 سال پیش |
Simon Pilgrim
|
474f996554
[TargetLowering] SimplifyMultipleUseDemandedBits - return UNDEF for undemanded ops
|
6 سال پیش |
Craig Topper
|
d071b0806d
[TargetLowering][X86] Teach SimplifyDemandedVectorElts to replace the base vector of INSERT_SUBVECTOR with undef if none of the elements are demanded even if the node has other users.
|
6 سال پیش |
Bill Wendling
|
30c0b52ad3
Emit diagnostic if an inline asm constraint requires an immediate
|
6 سال پیش |
Simon Pilgrim
|
296ab4b2ad
[TargetLowering] SimplifyMultipleUseDemandedBits - don't assume INSERT_VECTOR_ELT value type is simple.
|
6 سال پیش |
Simon Pilgrim
|
20c7527943
[TargetLowering] SimplifyMultipleUseDemandedBits - Add ISD::INSERT_VECTOR_ELT handling
|
6 سال پیش |
Simon Pilgrim
|
803ac756ab
[TargetLowering] SimplifyMultipleUseDemandedBits - add BITCAST pass through support (Reapplied)
|
6 سال پیش |
Simon Pilgrim
|
e1534e4ff4
[SelectionDAG] Check for any recursion depth greater than or equal to limit instead of just equal the limit.
|
6 سال پیش |