Displaying 3 results from an estimated 3 matches for "emit_14".
2008 Sep 23
2
[LLVMdev] Store patterns accepting i32 only?
...2:$ptr)<<P:Predicate_global_store>>
// Emits: (GLOBALSTORE_i32:void GPR:i32:$val, ADDR:i32:$ptr)
// Pattern complexity = 13 cost = 1 size = 0
if (N1.Val->getValueType(0) == MVT::i32 &&
N2.Val->getValueType(0) == MVT::i32) {
return Emit_14(N, AMDIL::GLOBALSTORE_i32, CPTmp0, CPTmp1);
}
}
Thanks,
Micah Villmow
Systems Engineer
Advanced Technology & Performance
Advanced Micro Devices Inc.
4555 Great America Pkwy,
Santa Clara, CA. 95054
P: 408-572-6219
F: 408-572-6596
-------------- next part --------------...
2008 Sep 23
0
[LLVMdev] Store patterns accepting i32 only?
...dicate_global_store>>
> // Emits: (GLOBALSTORE_i32:void GPR:i32:$val, ADDR:i32:$ptr)
> // Pattern complexity = 13 cost = 1 size = 0
> if (N1.Val->getValueType(0) == MVT::i32 &&
> N2.Val->getValueType(0) == MVT::i32) {
> return Emit_14(N, AMDIL::GLOBALSTORE_i32, CPTmp0, CPTmp1);
> }
> }
>
> Thanks,
>
> Micah Villmow
> Systems Engineer
> Advanced Technology & Performance
> Advanced Micro Devices Inc.
> 4555 Great America Pkwy,
> Santa Clara, CA. 95054
> P: 408-572-6219
> F: 408-572-...
2008 Oct 10
3
[LLVMdev] 2.4 Pre-release (v1) Available for Testing
LLVMers,
The 2.4 pre-release is available for testing:
http://llvm.org/prereleases/2.4/
If you have time, I'd appreciate anyone who can help test the release.
Please do the following:
1) Download/compile llvm source, and either compile llvm-gcc source or use
llvm-gcc binary.
2) Run make check, send me the testrun.log
3) Run "make TEST=nightly report" and send me the