[all-commits] [llvm/llvm-project] c173f1: SpeculativeExecution: Allow speculating more instr...
Piotr Sobczak via All-commits
all-commits at lists.llvm.org
Wed Nov 18 00:47:48 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c173f1b8ebbacf103bafcc82e19c9bc2b613b845
https://github.com/llvm/llvm-project/commit/c173f1b8ebbacf103bafcc82e19c9bc2b613b845
Author: Piotr Sobczak <Piotr.Sobczak at amd.com>
Date: 2020-11-18 (Wed, 18 Nov 2020)
Changed paths:
M llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp
M llvm/test/Transforms/SpeculativeExecution/spec-fp.ll
Log Message:
-----------
SpeculativeExecution: Allow speculating more instruction types
Support more instructions in SpeculativeExecution pass:
- ExtractElement
- InsertElement
- ShuffleVector
Differential Revision: https://reviews.llvm.org/D91633
More information about the All-commits
mailing list