Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AArch64/GISel/AArch64O0PreLegalizerCombiner.cpp | ||
---|---|---|
63 | s/00/O0/ | |
112 | I'd expect a member for subtarget (and/or you could get it from MachineIRBuilder) | |
llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerCombiner.cpp | ||
409–410 | There's a subtarget member? | |
llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerLowering.cpp | ||
416–417 | Why are these losing static? |
llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerCombiner.cpp | ||
---|---|---|
409–410 | There is no subtarget member in AArch64PostLegalizerCombinerInfo or MI as far as I can see | |
llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerLowering.cpp | ||
416–417 | They've been moved in an anonymous namespace and static is implied already in those |
s/00/O0/