Displaying 2 results from an estimated 2 matches for "speculativeexec".
2015 Jan 17
2
[LLVMdev] How to test isDereferenceablePointer?
I'm have a
[PATCH] isDereferenceablePointer: look through gc.relocates
and I want to know how to test this patch. So far, I've found one
candiate: speculative execution in SimplifyCFG
(test/Transforms/SimplifyCFG/SpeculativeExec.ll). However, it's
somewhat involved to show that SimplifyCFG does kick in for
gc.relocate. Is there a better way to directly test it?
Signed-off-by: Ramkumar Ramachandra <artagnon at gmail.com>
---
lib/IR/Value.cpp | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/lib/IR/Val...
2015 Jan 20
2
[LLVMdev] How to test isDereferenceablePointer?
...kumar Ramachandra wrote:
>> I'm have a
>> [PATCH] isDereferenceablePointer: look through gc.relocates
>>
>> and I want to know how to test this patch. So far, I've found one
>> candiate: speculative execution in SimplifyCFG
>> (test/Transforms/SimplifyCFG/SpeculativeExec.ll). However, it's
>> somewhat involved to show that SimplifyCFG does kick in for
>> gc.relocate. Is there a better way to directly test it?
>>
>> Signed-off-by: Ramkumar Ramachandra <artagnon at gmail.com>
>> ---
>> lib/IR/Value.cpp | 9 +++++++++
>&...