[PATCH] D91688: SpeculativeExecution: Allow speculating more instruction types
Piotr Sobczak via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 18 01:37:28 PST 2020
piotr added a comment.
As Matt pointed out in D91633 <https://reviews.llvm.org/D91633>, `extractvalue` and `insertvalue` were also missing, so I am adding them here (the new tests are taken from D24543 <https://reviews.llvm.org/D24543>). Also the tests added earlier in D91633 <https://reviews.llvm.org/D91633> are being moved to spec-other.ll.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91688/new/
https://reviews.llvm.org/D91688
More information about the llvm-commits
mailing list