[PATCH] D114447: [NFC][CodeGen] Tidy up SelectionDAGBuilder::visitIntrinsicCall to use existing sdl debug loc
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 23 08:54:30 PST 2021
david-arm created this revision.
david-arm added reviewers: sdesmalen, peterwaller-arm, c-rhodes.
Herald added a subscriber: hiraditya.
david-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
In quite a few places we were calling getCurSDLoc() to get the debug
location, but this is already a local variable `sdl`.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D114447
Files:
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114447.389221.patch
Type: text/x-patch
Size: 8447 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211123/67834396/attachment.bin>
More information about the llvm-commits
mailing list