Don't fold functions with CIs, don't consider them veneers
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
bolt/include/bolt/Core/BinaryFunction.h | ||
---|---|---|
2016 | The problem was that previous implementation returned true when there was a single $x symbol at the beginning of a function. Now we only consider data or dependencies. |
bolt/test/AArch64/prevent-ci-folding.s | ||
---|---|---|
5 | Also build object using llvm-mc first
|
What problem is solved here?