Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Since it’s just internal names, it’s better to include NFC/NFCI in the title. clang-format is not happy. Otherwise, LGTM.
Paths
| Differential D151012
[X86][NFC] Correct the instruction names for PUSH16i, PUSH32i ClosedPublic Authored by skan on May 19 2023, 8:35 PM.
Details
Diff Detail
Event Timelineskan retitled this revision from [X86] Correct the names of instructions to [X86] Correct the instruction names for PUSH16i, PUSH32i.May 19 2023, 8:39 PM Comment Actions Since it’s just internal names, it’s better to include NFC/NFCI in the title. clang-format is not happy. Otherwise, LGTM. skan retitled this revision from [X86] Correct the instruction names for PUSH16i, PUSH32i to [X86][NFC] Correct the instruction names for PUSH16i, PUSH32i.May 19 2023, 11:13 PM Comment Actions
You'd like me to clang-format the code in this patch too? Comment Actions
If it complains only about the existing code, it’s all good. This revision is now accepted and ready to land.May 19 2023, 11:35 PM This revision was landed with ongoing or failed builds.May 20 2023, 2:34 AM Closed by commit rG89ca4eb00202: [X86][NFC] Correct the instruction names for PUSH16i, PUSH32i (authored by skan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 524004 bolt/lib/Target/X86/X86MCPlusBuilder.cpp
llvm/lib/Target/X86/MCTargetDesc/X86InstrRelaxTables.cpp
llvm/lib/Target/X86/X86CallFrameOptimization.cpp
llvm/lib/Target/X86/X86DynAllocaExpander.cpp
llvm/lib/Target/X86/X86FrameLowering.cpp
llvm/lib/Target/X86/X86InstrInfo.cpp
llvm/lib/Target/X86/X86InstrMisc.td
llvm/lib/Target/X86/X86ScheduleAtom.td
|