Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/X86/X86ISelDAGToDAG.cpp | ||
---|---|---|
162–163 | ARe more changes needed to get rid of this member? |
llvm/lib/Target/X86/X86ISelDAGToDAG.cpp | ||
---|---|---|
162–163 | The only remaining use is for the "OptForMinSize implies OptForSize" assert in runOnMachineFunction. I turned into a local variable there to keep the assert. We could also remove it along with the assert if it'd be better that way. |
ARe more changes needed to get rid of this member?