forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] main from llvm:main #708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Extend test to check printing of debug locations to cover a range of wide and replicating recipes. Currently those do not print the debug metadata.
…68262) On SSSE3 targets we use PMADDUBSW of odd/even with suitable masking to avoid having to extend/truncate with `<X x i16>` types and avoid additional Port0/5 pressure. However, lower i8 elements in the pair can safely use PMULLW directly without any pre-masking as we will only use the lower i8 bits of the result which is only affected by the lower i8 of the inputs.
Teach `SDNodeInfoEmitter` TableGen backend to process `SDTypeConstraint` records and emit tables for them. The tables are used by `SDNodeInfo::verifyNode()` to validate a node being created. This PR only adds validation code for `SDTCisVT` and `SDTCVecEltisVT` constraints to keep it smaller. Pull Request: #150125
#167918 broke buildbots: https://lab.llvm.org/buildbot/#/builders/64/builds/6531 https://lab.llvm.org/buildbot/#/builders/108/builds/19881 with error: # | clang: error: unable to execute command: posix_spawn failed: No such file or directory # | clang: error: ld.lld command failed with exit code 1 (use -v to see invocation) This is due to the test requiring lld but these buildbots do not build them. Fix the lit test by adding REQUIRES: lld
… intrinsics tests (#168274)
This commit aligns the user clang-format output to always show JSON, not Json.
This patch simplifies DenseMap::grow by reimplementing it in terms of DenseMapBase::moveFrom. Since moveFrom iterates over the bucket range, we don't need: if (!OldBuckets) The old bucket array is released by the destructor on Tmp. This patch removes moveFromOldBuckets as it's no longer used with this patch. moveFromImpl is "inlined" into moveFrom.
D.Offset.get() already returns uint64_t. Identified with readability-redundant-casting.
This patch is limited to hyphenation to ease the review process.
This patch is limited to single-word replacements to fix spelling and/or grammar to ease the review process. Punctuation and markdown fixes are specifically excluded.
…andling (#168277) getUnpackl/h + shuffle combining can now handle this for us generically
This changes `MCRegUnit` type from `unsigned` to `enum class : unsigned` and inserts necessary casts. The added `MCRegUnitToIndex` functor is used with `SparseSet`, `SparseMultiSet` and `IndexedMap` in a few places. `MCRegUnit` is opaque to users, so it didn't seem worth making it a full-fledged class like `Register`. Static type checking has detected one issue in `PrologueEpilogueInserter.cpp`, where `BitVector` created for `MCRegister` is indexed by both `MCRegister` and `MCRegUnit`. The number of casts could be reduced by using `IndexedMap` in more places and/or adding a `BitVector` adaptor, but the number of casts *per file* is still small and `IndexedMap` has limitations, so it didn't seem worth the effort. Pull Request: #167943
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )