This updates the AArch64's Target Parser and its uses to capture
information about default features directly from ArchInfo and CpuInfo
objects, instead of relying on an API function to access them
indirectly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks great, thanks
llvm/include/llvm/TargetParser/AArch64TargetParser.h | ||
---|---|---|
338 | nit: I would expect getDefaultExtensions() to return the value of DefaultExtensions. Is there a better naming combo we could use? |
nit: I would expect getDefaultExtensions() to return the value of DefaultExtensions. Is there a better naming combo we could use?