[all-commits] [llvm/llvm-project] ed4149: [LAA] Also reset CanUseDiffCheck in RTPointerCheck...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Thu Sep 12 01:45:05 PDT 2024
Branch: refs/heads/users/vitalybuka/spr/test
Home: https://github.com/llvm/llvm-project
Commit: ed41497498a40ff0441df34aef0c92f5467c8c42
https://github.com/llvm/llvm-project/commit/ed41497498a40ff0441df34aef0c92f5467c8c42
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-09-12 (Thu, 12 Sep 2024)
Changed paths:
M llvm/include/llvm/Analysis/LoopAccessAnalysis.h
M llvm/test/Transforms/LoopVectorize/runtime-checks-difference.ll
Log Message:
-----------
[LAA] Also reset CanUseDiffCheck in RTPointerChecking::reset().
RuntimePointerChecking::reset() is used to reset its state between
subsequent analysis invocations. Also reset CanUseDiffCheck to its
default (true). Otherwise it might have been set to false during a
previous analysis invocation, which unnecessarily pessimizes the
subsequent analysis invocations with a pruned set of dependences.
This is in line with the other fields being reset.
Commit: 2149914ea10c05c17fc6e994af5cc96b6b312f1b
https://github.com/llvm/llvm-project/commit/2149914ea10c05c17fc6e994af5cc96b6b312f1b
Author: Younan Zhang <zyn7109 at gmail.com>
Date: 2024-09-12 (Thu, 12 Sep 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaTemplate.cpp
M clang/test/Parser/cxx1z-class-template-argument-deduction.cpp
Log Message:
-----------
[Clang][Parser] Build up QualifiedTemplateName for typo correction (#108148)
Since #93433, we have switched to `QualifiedTemplateName`s in more
situations to preserve sugars in diagnostics. However, there is one
missed case in typo correction that might not meet the expectation in
`CheckDeductionGuideDeclarator()`.
Fixes https://github.com/llvm/llvm-project/issues/107887
Commit: 6711e8f505bb7786ffedd564f88e46eb71690eb1
https://github.com/llvm/llvm-project/commit/6711e8f505bb7786ffedd564f88e46eb71690eb1
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2024-09-12 (Thu, 12 Sep 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaTemplate.cpp
M clang/test/Parser/cxx1z-class-template-argument-deduction.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_interface_internal.h
M compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cpp
M llvm/include/llvm/Analysis/LoopAccessAnalysis.h
M llvm/test/Transforms/LoopVectorize/runtime-checks-difference.ll
Log Message:
-----------
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.4
[skip ci]
Commit: ad789c9968560e1989e6b6ac97c350eec7d2e0a3
https://github.com/llvm/llvm-project/commit/ad789c9968560e1989e6b6ac97c350eec7d2e0a3
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2024-09-12 (Thu, 12 Sep 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaTemplate.cpp
M clang/test/Parser/cxx1z-class-template-argument-deduction.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_interface_internal.h
M compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cpp
M compiler-rt/test/sanitizer_common/TestCases/Linux/tls_get_addr.c
M llvm/include/llvm/Analysis/LoopAccessAnalysis.h
M llvm/test/Transforms/LoopVectorize/runtime-checks-difference.ll
Log Message:
-----------
format
Created using spr 1.3.4
Compare: https://github.com/llvm/llvm-project/compare/1e01e7e2cbf9...ad789c996856
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list