[PATCH] D138832: [llvm-exegesis][x86] Add option to prevent use of xmm8-xmm15 upper SSE registers

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 28 10:09:41 PST 2022


lebedev.ri added a comment.

> I'm not sure how best to add test coverage for this - any suggestions?

`--mode=inverse_throughput --opcode-name=ADDPSrr` will try to make use of every register, so just check that the assembled snippet does not mention those regs.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138832



More information about the llvm-commits mailing list