[PATCH] D78416: [docs][NFC] Mention FastISel as a default instruction selector for X86 target

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 18 00:30:56 PDT 2020


craig.topper added inline comments.


================
Comment at: llvm/docs/CodeGenerator.rst:725
+instruction selector.  1. SelectionDAG 2. FastIsel 3. GlobalIsel
+FastIsel is the default instruction selector for X86 target.  GlobalIsel is 
+intended to be a replacement of SelectionDAG and FastIsel.
----------------
This doesn't mention -O0. It's also not clear to me why what happens for X86 is relevant in this section since it appears to be target independent.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78416





More information about the llvm-commits mailing list