Fold the 3 flag defines into the enum that defines TSFlags. Then
we don't have to extract them we can just test the bits directly
in TSFlags.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D148765
[RISCV] Remove VConstraintType enum and getConstraint. NFC ClosedPublic Authored by craig.topper on Apr 19 2023, 5:12 PM.
Details Summary Fold the 3 flag defines into the enum that defines TSFlags. Then
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 20 2023, 12:15 AM This revision was landed with ongoing or failed builds.Apr 20 2023, 12:24 AM Closed by commit rGfdaa23a7bd4e: [RISCV] Remove VConstraintType enum and getConstraint. NFC (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 515233 llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
|