[PATCH] D49243: [X86] Improved sched models for X86 BT*rr instructions

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 12 09:24:45 PDT 2018


craig.topper added a comment.

Why does this need the 'r' at the end of WriteBTr? By existing convention the memory form would be called WriteBTLd. So WriteBT should be interpreted as non-memory anyway.


https://reviews.llvm.org/D49243





More information about the llvm-commits mailing list