mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 19:44:38 +08: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