Saves a heap allocation and avoids an explicit call to the BitVector constructor.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D132674
[RISCV][M68k] Replace fixed size BitVector with std::bittest. ClosedPublic Authored by craig.topper on Aug 25 2022, 10:11 AM.
Details Summary Saves a heap allocation and avoids an explicit call to the BitVector constructor.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 25 2022, 11:29 AM Closed by commit rGe4177201eb4a: [RISCV][M68k] Replace fixed size BitVector with std::bitset. (authored by craig.topper). · Explain WhyAug 25 2022, 12:45 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 455694 llvm/lib/Target/M68k/M68kSubtarget.h
llvm/lib/Target/M68k/M68kSubtarget.cpp
llvm/lib/Target/RISCV/RISCVSubtarget.h
llvm/lib/Target/RISCV/RISCVSubtarget.cpp
|