[PATCH] D78416: [docs][NFC] Mention FastISel as a default instruction selector.
Shivam Gupta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 18 03:13:22 PDT 2020
xgupta added a comment.
Thank you sir for reviewing. FastIsel is also enabled at all optimization level for X86 & Sparc(I tested) because every time I need to pass -fast-isel=false for viewing dags using llc. I didn't built LLVM to try other targets.
I think FastIsel is default for all target? I will check & update X86 to all if it is.
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