[llvm] [ValueTracking] Use select condition to help infer bits of arms (PR #84699)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 12 14:11:23 PDT 2024
goldsteinn wrote:
> > > The implementation looks correct to me now, but unfortunately this has also made it too expensive: http://llvm-compile-time-tracker.com/compare.php?from=1bee754fc62ed053e347891e8967b645e95ddbae&to=a4b5288b2bdd57cc31551977d5413abbb95413a9&stat=instructions:u
> >
> >
> > cest la vie
> > Ill see if I can speed it up
>
> Moved the undef check to the very end, seems to handle the bulk of the compile time regressions:
https://llvm-compile-time-tracker.com/compare.php?from=1bee754fc62ed053e347891e8967b645e95ddbae&to=ed056b0716747486cbf491ff12ec47632d4e95a1&stat=instructions:u
https://github.com/llvm/llvm-project/pull/84699
More information about the llvm-commits
mailing list