Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp | ||
---|---|---|
492 | Can also propagate the exact flag. At which point using replaceOperand() might actually be cleaner for once. |
Can also propagate the exact flag. At which point using replaceOperand() might actually be cleaner for once.