[PATCH] D50061: [llvm-exegesis] Proposal to add Exegesis Configuration to td files.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 3 03:47:31 PDT 2018


RKSimon added a comment.

I meant the X86 execution domain info:

X86InstrInfo::getExecutionDomain(const MachineInstr &MI) const {

  uint16_t domain = (MI.getDesc().TSFlags >> X86II::SSEDomainShift) & 3;


Repository:
  rL LLVM

https://reviews.llvm.org/D50061





More information about the llvm-commits mailing list