This makes them callable from places like canUseAsPrologue.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 188298 Build 284448: arc lint + arc unit
Paths
| Differential D134492
[NFC][CodeGen] Use const MF in TargetLowering stack probe functions ClosedPublic Authored by cuviper on Sep 22 2022, 3:40 PM.
Details Summary This makes them callable from places like canUseAsPrologue.
Diff Detail
Event Timelinecuviper added a child revision: D134494: [X86] Don't allow prologue stack probing with live EFLAGS.Sep 22 2022, 3:41 PM This revision is now accepted and ready to land.Sep 23 2022, 12:10 AM Closed by commit rG4dcfb09e401d: [NFC][CodeGen] Use const MF in TargetLowering stack probe functions (authored by cuviper). · Explain WhySep 23 2022, 9:34 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 462336 llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/Target/PowerPC/PPCISelLowering.h
llvm/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/lib/Target/SystemZ/SystemZISelLowering.h
llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
llvm/lib/Target/X86/X86ISelLowering.h
llvm/lib/Target/X86/X86ISelLowering.cpp
|