If absolute value needs turn a negative number into a positive number it reduces the number of sign bits by at most 1.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
llvm/lib/Analysis/ValueTracking.cpp | ||
---|---|---|
3005 | Could use 'auto *' here per coding standards. |
Could use 'auto *' here per coding standards.