[all-commits] [llvm/llvm-project] 572dfe: [SelectionDAG] Use llvm::any_of to simplify a loop...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed May 4 19:11:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 572dfef1dbfd59b0a6ecbeffd2bcbe039e11c097
https://github.com/llvm/llvm-project/commit/572dfef1dbfd59b0a6ecbeffd2bcbe039e11c097
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-05-04 (Wed, 04 May 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Log Message:
-----------
[SelectionDAG] Use llvm::any_of to simplify a loop. NFC
Commit: 589517925b45abd282d11c1346fb5302531eb1c8
https://github.com/llvm/llvm-project/commit/589517925b45abd282d11c1346fb5302531eb1c8
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-05-04 (Wed, 04 May 2022)
Changed paths:
M llvm/lib/Target/X86/X86TargetMachine.cpp
Log Message:
-----------
[X86] Call initializeX86PreTileConfigPass from LLVMInitializeX86Target.
Without this, the pass doesn't show up in print-before/after-all.
Differential Revision: https://reviews.llvm.org/D124973
Compare: https://github.com/llvm/llvm-project/compare/b1dcd6bafb90...589517925b45
More information about the All-commits
mailing list