[CODEOWNERS] Fix SPIRITTAnnnotations tests ownership#3859
Merged
Conversation
MrSidims
reviewed
Jun 1, 2021
MrSidims
approved these changes
Jun 1, 2021
vzakhari
approved these changes
Jun 1, 2021
alexbatashev
pushed a commit
to alexbatashev/llvm
that referenced
this pull request
Jun 4, 2021
* sycl: (320 commits) [SYCL] Silence a "local variable is initialized but not referenced" warning; NFC (intel#3870) [SYCL] Improve SYCL_DEVICE_ALLOWLIST (intel#3826) [SPIR-V] Change return value of mapType function (intel#3871) [SYCL] Fix post-commit failure in handler.hpp from unused-parameters. (intel#3874) [Driver][SYCL] Do not imply defaultlib msvcrt for Linux based driver on Windows (intel#3827) [SYCL] Unique stable name rebase (intel#3835) [SYCL] Align behavior of empty command groups with SYCL2020 (intel#3822) [SYCL][ESIMD] Make typenames and constants consistent with SYCL API style. (intel#3850) [SYCL] Allow __failed_assertion to support libstdc++-11 (intel#3774) [SYCL] Refactor stream class handing implementation (intel#3646) [SYCL] Fix syntax error introduced in intel#3401 (intel#3861) [SYCL] SYCL 2020 sub_group algorithms (intel#3786) [Buildbot][NFC] Add option to use LLD as linker (intel#3866) Revert "Emit correct location lists with basic block sections." [SPIRITTAnnotations] Fix debug info for ITT calls. (intel#3829) [SYCL][Doc] Fix build of Sphinx docs (intel#3863) [SYCL][FPGA][NFC] Tidy up intel_fpga_reg codegen test (intel#3810) [CODEOWNERS] Fix SPIRITTAnnnotations tests ownership (intel#3859) [SYCL][ESIMD] Host-compile simd.cpp test, fix errors & warnings. (intel#3846) [SYCL] Store pointers to memory allocations instead of iterators (intel#3860) ...
iclsrc
pushed a commit
that referenced
this pull request
Jul 17, 2026
Some merged changes from llvm-project breaks compilation and tests of translator. [#187927](llvm/llvm-project#187927): - `DISubprogram::getRetainedNodes()` returns `MDNodeArray` now, instead of `DINodeArray`. - Originally, a global variable in function scope (a `DIGlobalVariable` whose scope is a `DILocalScope`) was on the `globals:` list of the `DICompileUnit`. This has changed now: it must be on `retainedNodes` of the owning `DISubprogram`, otherwise LLVM IR verifier will reject it. [#207347](llvm/llvm-project#207347): - Now `llc` requires `SPV_INTEL_function_pointers` to be enabled when using function pointer in SPIRV BE. --------- Co-authored-by: Sven van Haastregt <sven.vanhaastregt@arm.com> Co-authored-by: Yury Plyakhin <yury.plyakhin@intel.com> Original commit: KhronosGroup/SPIRV-LLVM-Translator@db65012182dae78
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.