[X86] VZeroUpperInserter::insertVZeroUpper - avoid DebugLoc creation by embedding...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 13 May 2021 12:19:13 +0000 (13:19 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 13 May 2021 12:31:52 +0000 (13:31 +0100)
commit9dfc4ac41cedd8d7a79d7954b5a54ab33cfca05d
tree47cb00454655fe18f32c47f756361e156a205167
parentffc157ea825f75c7b143fdaf23283194c5d829cf
[X86] VZeroUpperInserter::insertVZeroUpper - avoid DebugLoc creation by embedding in the BuildMI calls. NFCI.

Try to pass DebugLoc by const-ref to avoid costly TrackingMDNodeRef copies.
llvm/lib/Target/X86/X86VZeroUpper.cpp