hanchenye-llvm-project/llvm/test/Transforms/SpeculativeExecution
Chandler Carruth f3bd8ddedb Revert r301950: SpeculativeExecution: Stop using whitelist for costs
This pass doesn't correctly handle testing for when it is legal to hoist
arbitrary instructions. The whitelist happens to make it safe, so before
it is removed the pass's legality checks will need to be enhanced.

Details have been added to the code review thread for the patch.

llvm-svn: 302640
2017-05-10 12:30:07 +00:00
..
spec-calls.ll SpeculativeExecution: Allow speculating more inst types 2016-10-28 20:00:33 +00:00
spec-casts.ll SpeculativeExecution: Allow speculating more inst types 2016-10-28 20:00:33 +00:00
spec-compares.ll SpeculativeExecution: Allow speculating more inst types 2016-10-28 20:00:33 +00:00
spec-fp.ll SpeculativeExecution: Allow speculating more inst types 2016-10-28 20:00:33 +00:00
spec.ll