- Use linux little endian data layout string for all files (linux and eabi).
- Files with arm64-apple-ios (select.ll and logicalop.ll) sets target datalayout already. They are not modified in this patch.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Found 59 files without "datalayout" by "grep -rL "datalayout" llvm/test/Analysis/CostModel/AArch64/ | sort " in a branch without this patch, and "git diff HEAD^1 --name-only | sort" in this patch gives the same set of files (except "llvm/test/Analysis/CostModel/AArch64/lit.local.cfg")