[all-commits] [llvm/llvm-project] 4e85e0: github actions: Use correct credentials for pushing
Paul T Robinson via All-commits
all-commits at lists.llvm.org
Mon Nov 30 12:40:57 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: 4e85e0ca904d154b1ee30b213e8d7bfb8afaa25d
https://github.com/llvm/llvm-project/commit/4e85e0ca904d154b1ee30b213e8d7bfb8afaa25d
Author: Tom Stellard <tstellar at redhat.com>
Date: 2020-11-30 (Mon, 30 Nov 2020)
Changed paths:
M .github/workflows/main-branch-sync.yml
Log Message:
-----------
github actions: Use correct credentials for pushing
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
Compare: https://github.com/llvm/llvm-project/compare/fdff677a9557...3fd39d3694d3
More information about the All-commits
mailing list