[PATCH] D119121: [test-suite] Add unit tests for vectorizer memory runtime checks.
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 9 23:44:00 PST 2022
xbolva00 added a comment.
>> I doubt that __attribute__((noinline)) suffices as an optimization barrier, IPO such as IPConstantPropagation/FunctionSpecialization can still take place. Even worse, the allocation are made within the check functions and the lambda being inlined such that the optimizer can see the allocation.
Sadly, work on ‘noipq’ stalled. And we totally miss “noclone”, but maybe not a issue yet, since funcspec pass is not enabled yet.
Repository:
rT test-suite
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119121/new/
https://reviews.llvm.org/D119121
More information about the llvm-commits
mailing list