Small improvement to InstrinsicEmitter::EmitAttributes. This change removes...
Small improvement to InstrinsicEmitter::EmitAttributes. This change removes the “pushing” and “clearing” of the SmallVector and instead uses const arrays to pass the attributeKinds to AttributeSet::get . Patch by Aditya Nandakumar. llvm-svn: 194899
Loading
Please register or sign in to comment