[all-commits] [llvm/llvm-project] ee74d1: X86: use a data driven configuration of Windows x8...
Saleem Abdulrasool via All-commits
all-commits at lists.llvm.org
Wed Dec 9 14:49:31 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ee74d1b420369d1dbe18be43d71d3392536ce228
https://github.com/llvm/llvm-project/commit/ee74d1b420369d1dbe18be43d71d3392536ce228
Author: Saleem Abdulrasool <compnerd at compnerd.org>
Date: 2020-12-09 (Wed, 09 Dec 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
X86: use a data driven configuration of Windows x86 libcalls (NFC)
Rather than creating a series of associated calls and ensuring that
everything is lined up, use a table driven approach that ensures that
they two always stay in sync.
More information about the All-commits
mailing list