[all-commits] [llvm/llvm-project] 1f4aa3: [MLIR][SPIRVToLLVM] Branch weights support for Bra...
George Mitenkov via All-commits
all-commits at lists.llvm.org
Wed Jul 29 00:12:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1f4aa30a4f8a3fb869baa741662b9f6b3c73a0e3
https://github.com/llvm/llvm-project/commit/1f4aa30a4f8a3fb869baa741662b9f6b3c73a0e3
Author: George Mitenkov <georgemitenk0v at gmail.com>
Date: 2020-07-29 (Wed, 29 Jul 2020)
Changed paths:
M mlir/lib/Conversion/SPIRVToLLVM/ConvertSPIRVToLLVM.cpp
M mlir/test/Conversion/SPIRVToLLVM/control-flow-ops-to-llvm.mlir
Log Message:
-----------
[MLIR][SPIRVToLLVM] Branch weights support for BranchConditional conversion
Conversion of `spv.BranchConditional` now supports branch weights
that are mapped to weights vector in `llvm.cond_br`.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D84657
More information about the All-commits
mailing list