llvm-project
f0d898f3 - DAG: Move get_dynamic_area_offset type check to IR verifier (#145268)

Commit
309 days ago
DAG: Move get_dynamic_area_offset type check to IR verifier (#145268) Also fix the LangRef to match the implementation. This was checking against the alloca address space size rather than the default address space. The check was also more permissive than the LangRef. The error check permitted any size less than the pointer size; follow the stricter wording of the LangRef.
Author
Parents
Loading