[all-commits] [llvm/llvm-project] 504a19: [X86] Rename X86::getImpliedFeatures to X86::updat...
topperc via All-commits
all-commits at lists.llvm.org
Thu Aug 6 00:21:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 504a197fe54de83be791ea0aa2ed290f6b9285b0
https://github.com/llvm/llvm-project/commit/504a197fe54de83be791ea0aa2ed290f6b9285b0
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-08-06 (Thu, 06 Aug 2020)
Changed paths:
M clang/lib/Basic/Targets/X86.cpp
M llvm/include/llvm/Support/X86TargetParser.h
M llvm/lib/Support/X86TargetParser.cpp
Log Message:
-----------
[X86] Rename X86::getImpliedFeatures to X86::updateImpliedFeatures and pass clang's StringMap directly to it.
No point in building a vector of StringRefs for clang to apply to the
StringMap. Just pass the StringMap and modify it directly.
More information about the All-commits
mailing list