llvm-project
0e2b8903 - [DA] Add tests where dependencies are missed due to overflow (NFC) (#164246)

Commit
92 days ago
[DA] Add tests where dependencies are missed due to overflow (NFC) (#164246) This patch adds test cases that demonstrate missing dependencies in DA caused by the lack of overflow handling. These issues will be addressed by properly inserting overflow checks and bailing out when one is detected. It covers the following dependence test functions: - Strong SIV - Weak-Crossing SIV - Weak-Zero SIV - Symbolic RDIV - GCD MIV It does NOT cover: - Exact SIV - Exact RDIV - Banerjee MIV
Author
Parents
Loading