[all-commits] [llvm/llvm-project] 1e5f33: [SCCP] Run test with both ipsccp and sccp (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Aug 26 06:09:59 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e5f336a72cc11ac0908dbe472c3a378c662053f
https://github.com/llvm/llvm-project/commit/1e5f336a72cc11ac0908dbe472c3a378c662053f
Author: Nikita Popov <npopov at redhat.com>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M llvm/test/Transforms/SCCP/range-attribute.ll
Log Message:
-----------
[SCCP] Run test with both ipsccp and sccp (NFC)
Commit: 03e0be90ca149e27ca608748aa9d21bbd60dea9f
https://github.com/llvm/llvm-project/commit/03e0be90ca149e27ca608748aa9d21bbd60dea9f
Author: Nikita Popov <npopov at redhat.com>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M llvm/lib/Transforms/Scalar/SCCP.cpp
M llvm/test/Transforms/SCCP/range-attribute.ll
Log Message:
-----------
[SCCP] Make use of argument attributes in non-ip SCCP
Initialize arguments based on attributes instead of hardcoding them
to overdefined. This was already properly done for ipsccp.
Compare: https://github.com/llvm/llvm-project/compare/95b37a76493a...03e0be90ca14
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