[all-commits] [llvm/llvm-project] a981d2: [KCFI] Use getSigned() for negative value
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Dec 11 08:31:03 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a981d26bd5b52c312c3a0a3695633294bc3c63f5
https://github.com/llvm/llvm-project/commit/a981d26bd5b52c312c3a0a3695633294bc3c63f5
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-12-11 (Thu, 11 Dec 2025)
Changed paths:
M llvm/lib/Transforms/Instrumentation/KCFI.cpp
Log Message:
-----------
[KCFI] Use getSigned() for negative value
Commit: bc19a0ad49654cfb4c46ac4e506a9ee6bf8915bd
https://github.com/llvm/llvm-project/commit/bc19a0ad49654cfb4c46ac4e506a9ee6bf8915bd
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-12-11 (Thu, 11 Dec 2025)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
Log Message:
-----------
[InstCombine] Use getSigned() for negative numbers
Commit: 8a9d9e48535f937ea6aa24060c2242c3a57660ac
https://github.com/llvm/llvm-project/commit/8a9d9e48535f937ea6aa24060c2242c3a57660ac
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-12-11 (Thu, 11 Dec 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
Log Message:
-----------
[LV] Use getSigned() for stride
The stride may be negative.
Compare: https://github.com/llvm/llvm-project/compare/916d2068b3a4...8a9d9e48535f
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