Details
Details
Diff Detail
Diff Detail
Paths
| Differential D123656
[CodeGen] Use ArrayRef in TargetLowering functions ClosedPublic Authored by Miss_Grape on Apr 13 2022, 12:06 AM.
Details Summary
Diff Detail Event Timeline
Miss_Grape retitled this revision from [NFC][CodeGen] Use ArrayRef in TargetLowering functions to [CodeGen] Use ArrayRef in TargetLowering functions.Apr 13 2022, 1:11 AM This revision is now accepted and ready to land.May 12 2022, 11:34 AM This revision was landed with ongoing or failed builds.May 16 2022, 6:31 AM Closed by commit rGff3f4988ed58: [CodeGen] Use ArrayRef in TargetLowering functions (authored by Miss_Grape). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 422464 llvm/include/llvm/CodeGen/TargetLowering.h
|
How about use ArrayRef<unsigned> ExtTypes here?