[PATCH] D48028: [X86] Fix NOOP sched overrides on BDW/HSW/SKL.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 11 08:38:10 PDT 2018


craig.topper added a comment.

The Intel optimization manual talks about nops executing and says that the multi byte nop has an execution dependency on whatever register is encoded in the modrm byte. So that sorta sounds like it uses resources.


Repository:
  rL LLVM

https://reviews.llvm.org/D48028





More information about the llvm-commits mailing list