[all-commits] [llvm/llvm-project] b3b9be: SpeculativeExecution: Allow speculating more instr...
Piotr Sobczak via All-commits
all-commits at lists.llvm.org
Wed Nov 18 08:00:56 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b3b9be4ae77ed1d6e59253d84184654577aa76e7
https://github.com/llvm/llvm-project/commit/b3b9be4ae77ed1d6e59253d84184654577aa76e7
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-casts.ll
M llvm/test/Transforms/SpeculativeExecution/spec-fp.ll
A llvm/test/Transforms/SpeculativeExecution/spec-other.ll
Log Message:
-----------
SpeculativeExecution: Allow speculating more instruction types
Support more instructions in SpeculativeExecution pass:
- ExtractValue
- InsertValue
- Trunc
- Freeze
Differential Revision: https://reviews.llvm.org/D91688
More information about the All-commits
mailing list