Integrate LLVM at 8885b5c0626065274cb8f8a634d45779a0f6ff2b #4089
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update LLVM to llvm/llvm-project@8885b5c
TOSA Updates Summary:
1: [TOSA] Update rescale's input_/output_unsigned attrs as required
Update tosa.rescale's input_unsigned and output_unsigned attributes as
required in align with TOSA v1.0 spec
2: [TOSA] Update LIT test for tosa.avg_pool2d
TOSA v1.0 updates tosa.avg_pool2d's input_zp and output_zp as inputs.
Update LIT tests accordingly.
3: [TOSA] Update rescale op's multiplier and shift as inputs
Update tosa.rescale's multiplier and shift parameters from attributes to
inputs in alignment with TOSA v1.0 spec
4: [TOSA] Update ConstShape and ConstShapeOp's
value
tovalues
Update ConstShape and ConstShapeOp's
value
parameter tovalues
inalignment with TOSA v1.0 spec
5: [TOSA] Update tosa.matmul zero points to inputs
Update tosa.matmul's A_zp and B_zp to inputs in alignment with TOSA v1.0
Signed-off-by: Vivek Khandelwal [email protected]
Co-authored-by: Justin Ngo [email protected]