[all-commits] [llvm/llvm-project] 4bee0d: [NFC] Use the same type for bit fields in MCSchedC...

Andrew Savonichev via All-commits all-commits at lists.llvm.org
Wed Feb 17 04:59:59 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4bee0dc918d20a52be9d1766c82a642268b5e1ee
      https://github.com/llvm/llvm-project/commit/4bee0dc918d20a52be9d1766c82a642268b5e1ee
  Author: Andrew Savonichev <andrew.savonichev at gmail.com>
  Date:   2021-02-17 (Wed, 17 Feb 2021)

  Changed paths:
    M llvm/include/llvm/MC/MCSchedule.h

  Log Message:
  -----------
  [NFC] Use the same type for bit fields in MCSchedClassDesc

Otherwise they are not allocated as a single bit field and take 4
bytes instead of 2.

Reviewed By: RKSimon
Differential Revision: https://reviews.llvm.org/D95954




More information about the All-commits mailing list