[PATCH] D144467: [IPSCCP] Don't require noundef for !range annotation

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 08:36:14 PDT 2023


DavidSpickett added a comment.

After this change one of our bots started failing a gcc test suite test on our SVE bot. However on closer inspection, it was that clang is now able to tail call some things it previously couldn't. Which is actually a good thing!

I've posted a fix for the test file https://reviews.llvm.org/D146143.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144467



More information about the llvm-commits mailing list