-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[GVN][NFC] Add MSSA checks in tests 2/N #137814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The previous patch in this series is llvm#130261
@llvm/pr-subscribers-llvm-transforms Author: Madhur Amilkanthwar (madhur13490) ChangesThe previous patch in this series is #130261 Patch is 54.07 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/137814.diff 6 Files Affected:
|
You can test this locally with the following command:
The following files introduce new uses of undef:
Undef is now deprecated and should only be used in the rare cases where no replacement is possible. For example, a load of uninitialized memory yields In tests, avoid using For example, this is considered a bad practice:
Please use the following instead:
Please refer to the Undefined Behavior Manual for more information. |
Gentle Ping @antoniofrighetto @nikic ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG, thanks! (Maybe worth adding NFC to these series of patches?)
Thanks, I will do. |
The previous patch in this series is llvm#130261
The previous patch in this series is #130261