[PATCH] D58938: [Subtarget] Create a separate SubtargetSubtargetKV struct for ProcDesc to remove fields from the stack tables that aren't needed for CPUs

Andrea Di Biagio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 5 04:10:46 PST 2019


andreadb accepted this revision.
andreadb added a comment.
This revision is now accepted and ready to land.

Looks good to me.

I verified that we no longer generate the "Select the XXX processor" string in X86SubTypeKV, and that the unused (always zero) field of that struct is removed by your patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58938/new/

https://reviews.llvm.org/D58938





More information about the llvm-commits mailing list