mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 04:26:07 +00:00

Instead add a proper attribute in clang, and add convert it to function metadata to keep the information in the IR. The goal is to remove the dependency on __attribute__((assume)) that should have not be there in the first place. Ref https://github.com/llvm/llvm-project/pull/84934