Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
llvm/lib/Target/AArch64/AArch64ISelLowering.h | ||
---|---|---|
673 | Not exactly part of this patch, but can you make getRoundingControlRegisters return an ArrayRef<MCPhysReg> instead of the weird thing you're doing with a raw pointer? |
Not exactly part of this patch, but can you make getRoundingControlRegisters return an ArrayRef<MCPhysReg> instead of the weird thing you're doing with a raw pointer?