Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D88292
[InstCombine] collectBitParts - add fshl/fshr handling ClosedPublic Authored by RKSimon on Sep 25 2020, 4:50 AM.
Details Summary
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 25 2020, 11:45 AM Closed by commit rG2a0ca17f66f7: [InstCombine] collectBitParts - add fshl/fshr handling (authored by RKSimon). · Explain WhySep 25 2020, 12:36 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 294278 llvm/lib/Transforms/Utils/Local.cpp
llvm/test/Transforms/InstCombine/bswap.ll
|
I would if (auto *II = dyn_cast<IntrinsicInst>(I)) and then II->getInrinsicID() here. Doesn't seem necessary to explicitly go through the Function.