[all-commits] [llvm/llvm-project] ba42f6: [ARM] Pass SelectionDAG to methods that dont requi...
David Green via All-commits
all-commits at lists.llvm.org
Wed Jul 21 14:11:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ba42f6a4b536221cf0f5f62357d1329184691a89
https://github.com/llvm/llvm-project/commit/ba42f6a4b536221cf0f5f62357d1329184691a89
Author: David Green <david.green at arm.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M llvm/lib/Target/ARM/ARMISelLowering.cpp
Log Message:
-----------
[ARM] Pass SelectionDAG to methods that dont require DCI. NFC
In these methods DCI is never used, only the DAG from it. Pass the DAG
directly, cleaning up the code a little.
More information about the All-commits
mailing list