Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Analysis/InstructionSimplify.cpp | ||
---|---|---|
1466 | This could use an explanatory code comment, so we don't have to refer back to the no-wrap definitions: // "nuw" guarantees that only zeros are shifted out, and "nsw" guarantees // that the sign-bit does not change, so the only input that does not // produce poison is 0, and "0 << (bitwidth-1) --> 0". |
Spurious space after *.