[all-commits] [llvm/llvm-project] 3fd39d: [FastISel] NFC: Clean up unnecessary bookkeeping
Paul T Robinson via All-commits
all-commits at lists.llvm.org
Mon Nov 30 12:29:26 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3fd39d3694d32efa44242c099e923a7f4d982095
https://github.com/llvm/llvm-project/commit/3fd39d3694d32efa44242c099e923a7f4d982095
Author: Paul Robinson <paul.robinson at sony.com>
Date: 2020-11-30 (Mon, 30 Nov 2020)
Changed paths:
M llvm/include/llvm/CodeGen/FastISel.h
M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
Log Message:
-----------
[FastISel] NFC: Clean up unnecessary bookkeeping
Now that we flush the local value map for every instruction, we don't
need any extra flushes for specific cases. Also, LastFlushPoint is
not used for anything. Follow-ups to #dc35368 (D91734).
Differential Revision: https://reviews.llvm.org/D92338
More information about the All-commits
mailing list