[PATCH] D143859: [X86] Adding tuning flags for int <-> fp domain switching penalties; NFC

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 13 06:38:54 PST 2023


RKSimon added inline comments.


================
Comment at: llvm/lib/Target/X86/X86.td:551
+                                   "NoDomainDelayShuffle","true",
+                                   "Has no bypass delay when using the 'wrong' shuffle type">;
+
----------------
Do you have plans to use all of these domain tuning flags?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143859



More information about the llvm-commits mailing list