Displaying 8 results from an estimated 8 matches for "foo6".
Did you mean:
foo
2016 Mar 24
4
attribute of intrinsic function
...it can get access to and it may have other side effects)".
But when I define the intrinsic function with different attributes, there
is no difference when I dump the IR. For example, two intrinsic functions
are
def int_foo5 : Intrinsic<[], [llvm_ptr_ty], [IntrReadWriteArgMem]>;
def int_foo6 : Intrinsic<[], [llvm_ptr_ty], []>;
Then I write a very simple module, in each module the intrinsic function is
called twice as shown below:
/******the intrinsic function foo5 is used******/
; Function Attrs: nounwind
define void @_Z3fooPi(i8* %a) #0 {
call void @llvm.foo5(i8* %a)
call...
2016 Mar 24
0
attribute of intrinsic function
...; other side effects)".
>
> But when I define the intrinsic function with different attributes,
> there is no difference when I dump the IR. For example, two intrinsic
> functions are
>
> def int_foo5 : Intrinsic<[], [llvm_ptr_ty], [IntrReadWriteArgMem]>;
> def int_foo6 : Intrinsic<[], [llvm_ptr_ty], []>;
>
> Then I write a very simple module, in each module the intrinsic
> function is called twice as shown below:
>
> /******the intrinsic function foo5 is used******/
> ; Function Attrs: nounwind
> define void @_Z3fooPi(i8* %a) #0 {
>...
2016 Mar 24
0
attribute of intrinsic function
...may have other side effects)".
>
> But when I define the intrinsic function with different attributes, there is no difference when I dump the IR. For example, two intrinsic functions are
>
> def int_foo5 : Intrinsic<[], [llvm_ptr_ty], [IntrReadWriteArgMem]>;
> def int_foo6 : Intrinsic<[], [llvm_ptr_ty], []>;
>
> Then I write a very simple module, in each module the intrinsic function is called twice as shown below:
>
> /******the intrinsic function foo5 is used******/
> ; Function Attrs: nounwind
> define void @_Z3fooPi(i8* %a) #0 {
> c...
2016 Mar 25
1
attribute of intrinsic function
...ave other side effects)".
>
> But when I define the intrinsic function with different attributes, there
> is no difference when I dump the IR. For example, two intrinsic functions
> are
>
> def int_foo5 : Intrinsic<[], [llvm_ptr_ty], [IntrReadWriteArgMem]>;
> def int_foo6 : Intrinsic<[], [llvm_ptr_ty], []>;
>
> Then I write a very simple module, in each module the intrinsic function
> is called twice as shown below:
>
> /******the intrinsic function foo5 is used******/
> ; Function Attrs: nounwind
> define void @_Z3fooPi(i8* %a) #0 {
>...
2013 Aug 13
1
[Bug 843] New: ipset swap doesn't behave as expected
...oes not match.
(note there is a typo here too, "they" should be "their", and it should really
read "their types do not match")
Finally, the following succeeds, which doesn't seem to make sense (but see
bz#842):
# ipset create foo hash:ip family inet
# ipset create foo6 hash:ip family inet6
# ipset swap foo foo6
especially since foo and foo6 can already be referenced by iptables/ip6tables
rules.
--
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
2013 Aug 13
4
[Bug 842] New: Addition of iptables rule referencing an ipset of the wrong address family does not fail
...eportedBy: quentin at armitage.org.uk
Estimated Hours: 0.0
I can add an iptables rule that references an ipset of the wrong address
family, which doesn't seem sensible.
For example:
ipset create foo hash:ip family inet
ip6tables -A foo_chain -m set --match-set foo -j LOG
or
ipset create foo6 hash:ip family inet6
iptables -A foo_chain -m set --match-set foo6 -j LOG
or even more bizarrely:
ipset create foo hash:ip family inet
ipset add foo 1.2.3.4
ip6tables -A foo_chain -s 2001:35:1:2:3:4:5:6 -m set --match-set foo -j LOG
--
Configure bugmail: https://bugzilla.netfilter.org/userprefs....
2007 Jul 30
1
filenames
Dear all,
I want to create filename from a loop, say, i=(1:10), and the final names
will be file1.csv, file2.csv, file3.csv
in Python, it seems easer as - "file"+str(i) +'.csv , but how can i do in R
> list = as.character(1:10)
> list
[1] "1" "2" "3" "4" "5" "6" "7" "8" "9"
2013 Sep 11
8
Fallback in a multi-isp configuration
Hi,
I have a multi-isp configuration both on ppp interfaces.
As one of them is 32Mbit/s and the other is 8Mbit/s , I have a weight setting of 4 to 1 as in the following providers file entries:
vdsl 1 0x10000 - ppp1 - track,balance=4
adsl 2 0x20000 - ppp0 - track,balance=1
I would also like to have fallback between them so that if one is