[PATCH] D135893: [FuncSpec] Fix specialisation based on literals

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 26 04:21:44 PDT 2022


chill added a comment.

`-DLLVM_REVERSE_ITERATION:BOOL=ON`

Our cloned function names depend in the order we try to specialise the  functions, which is the order as obtained by ` for (Function &F : M) { ...`
and if this order is reversed tests that mention cloned function names break.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135893/new/

https://reviews.llvm.org/D135893



More information about the llvm-commits mailing list