[all-commits] [llvm/llvm-project] bdd76e: [test] Restrict thinlto icp IR test to little endi...
Mingming Liu via All-commits
all-commits at lists.llvm.org
Tue Dec 19 19:55:40 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bdd76e691f8e750f0865888061bcc023bcb3a729
https://github.com/llvm/llvm-project/commit/bdd76e691f8e750f0865888061bcc023bcb3a729
Author: Mingming Liu <mingmingl at google.com>
Date: 2023-12-19 (Tue, 19 Dec 2023)
Changed paths:
M compiler-rt/test/profile/instrprof-thinlto-indirect-call-promotion.cpp
M llvm/test/Transforms/PGOProfile/thinlto_indirect_call_promotion.ll
Log Message:
-----------
[test] Restrict thinlto icp IR test to little endian systems, and the compiler-rt test to three tested platforms. (#76001)
- The IR test failed to import indirect callees on big-endian systems.
The raw profiles are generated on little-endian systems. Going to
require little-endian.
- Limit the compiler-rt test to three tested platforms.
More information about the All-commits
mailing list