Skip to content

Conversation

mingmingl-llvm
Copy link
Contributor

No description provided.

@mingmingl-llvm mingmingl-llvm marked this pull request as ready for review December 20, 2023 04:09
@llvmbot llvmbot added PGO Profile Guided Optimizations llvm:transforms labels Dec 20, 2023
@llvmbot
Copy link
Member

llvmbot commented Dec 20, 2023

@llvm/pr-subscribers-pgo

@llvm/pr-subscribers-llvm-transforms

Author: Mingming Liu (minglotus-6)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/76005.diff

1 Files Affected:

  • (modified) llvm/test/Transforms/PGOProfile/thinlto_indirect_call_promotion.ll (+2)
diff --git a/llvm/test/Transforms/PGOProfile/thinlto_indirect_call_promotion.ll b/llvm/test/Transforms/PGOProfile/thinlto_indirect_call_promotion.ll
index 129788bf75d8d8..b24effed7024c2 100644
--- a/llvm/test/Transforms/PGOProfile/thinlto_indirect_call_promotion.ll
+++ b/llvm/test/Transforms/PGOProfile/thinlto_indirect_call_promotion.ll
@@ -10,6 +10,8 @@
 ; be built with zlib support to decompress them.
 ; REQUIRES: zlib
 ; REQUIRES: host-byteorder-little-endian
+; Raw profiles are generate on 64-bit systems.
+; REQUIRES: llvm-64-bits
 
 ; RUN: rm -rf %t && split-file %s %t && cd %t
 

@mingmingl-llvm mingmingl-llvm merged commit 92f1771 into llvm:main Dec 20, 2023
@mingmingl-llvm mingmingl-llvm changed the title [test]For ThinLTO icp test, require llvm-64-bit given the raw profile data is generated on 64-bit systems [test]For ThinLTO icp IR test, require llvm-64-bit given the raw profile data is generated on 64-bit systems Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
llvm:transforms PGO Profile Guided Optimizations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants