[PATCH] D147266: [AArch64] Add IR intrinsics for vbsl* C intrinsics

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 1 16:52:53 PDT 2023


efriedma added a comment.

I guess I should note both the examples in https://github.com/llvm/llvm-project/issues/49305 could probably be fixed in other ways... we have heuristics to, for example, sink logic ops into loops when it's profitable.  But that requires someone to notice the specific issues, and take the time to diagnose/fix them.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147266



More information about the cfe-commits mailing list