-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Labels
tech debtLeftover technical debt to clean up in the futureLeftover technical debt to clean up in the future
Description
From @smeenai in #1025 (comment)_
... we have three symbols duplicated between ::cir
and ::mir:cir
:
- cir::ABIInfo and mlir::CIR::ABIInfo
- cir::RequiredArgs and mlir::cir::RequiredArgs
- cir::ReturnValueSlot and mlir::cir::ReturnValueSlot
The
cir
ones are all inclang/lib/CIR/CodeGen
, and themlir::cir
ones are all inclang/lib/CIR/Dialect/Transforms/TargetLowering
.
We should get rid of this duplication, it's tech debt from gsoc (cc @sitio-couto)
smeenai
Metadata
Metadata
Assignees
Labels
tech debtLeftover technical debt to clean up in the futureLeftover technical debt to clean up in the future