Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/PowerPC/PPCISelLowering.h | ||
---|---|---|
1173 | These methods should maybe be refactored to use the CallLoweringInfo coming into LowerCall instead of passing a bunch of fields from it separately. I might look at that as a follow up. |
Comment Actions
Update one PowerPC function to take a reference. I didn't touch any that should probably take CallLoweringInfo. Since if we made that change they would also use the field which is a pointer.
Should we also get 'i' and 'e' to be style-compliant?