Skip to content
  • Saleem Abdulrasool's avatar
    a2823578
    Sema: analyze I,J,K,M,N,O constraints · a2823578
    Saleem Abdulrasool authored
    Add additional constraint checking for target specific behaviour for inline
    assembly constraints.  We would previously silently let all arguments through
    for these constraints.  In cases where the constraints were violated, we could
    end up failing to select instructions and triggering assertions or worse,
    silently ignoring instructions.
    
    llvm-svn: 225244
    a2823578
    Sema: analyze I,J,K,M,N,O constraints
    Saleem Abdulrasool authored
    Add additional constraint checking for target specific behaviour for inline
    assembly constraints.  We would previously silently let all arguments through
    for these constraints.  In cases where the constraints were violated, we could
    end up failing to select instructions and triggering assertions or worse,
    silently ignoring instructions.
    
    llvm-svn: 225244
Loading