[PATCH] D37289: [X86] Speculatively load operands of select instruction
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 30 13:32:09 PDT 2017
spatel added a comment.
I didn't look at the implementation, but why is it safe to speculate loads in these tests? I can create an example where one of the pointers in the select is unmapped, so speculating that load will crash in the general case.
Repository:
rL LLVM
https://reviews.llvm.org/D37289
More information about the llvm-commits
mailing list