Displaying 5 results from an estimated 5 matches for "blindspot".
2002 Mar 06
1
Possible bug in 2.2.3a source/script/installbin.sh (with patch)
Hi all,
the file samba-2.2.3a/source/script/installbin.sh has a rather odd
blindspot.
It doesn't honor the --with-privatedir= option to ./configure it just
blindly uses $BASEDIR/private instead.
I think the fix would be:-
a) move directory creation out of installbin.sh altogehter
(after all what's the installdirs: target for in the Makefile?)
OR
b) add an extra p...
2016 May 31
0
Fwd: [PATCH] D20841: TII: Add documentation about conditional exits. NFC
...kyle+llvm at iteratee.net
Cc: llvm-commits at lists.llvm.org
iteratee created this revision.
iteratee added a subscriber: llvm-commits.
iteratee set the repository for this revision to rL LLVM.
Currently the documented API for AnalyzeBranch leaves no place for
conditional returns. This leaves a blindspot after shrinkwrapping on
platforms with conditional return instructions.
The existing API can be used to handle conditional returns by using a null
TBB
and a non-empty condition list. A null TBB should never mean fallthrough
with a
non-empty condition list, as that wouldn't make any sense. This...
2020 Feb 17
3
[flang-dev] About OpenMP dialect in MLIR
...perfectly fair to ask for more examples from the author and
> digging a bit deeper if you're unconvinced that the proposed modeling can
> be applicable outside of FIR. This is exactly why we ask such proposal to
> go through RFC by the way: to allow people like you to point at the
> blindspot and ask the right questions.
>
> Best,
>
> --
> Mehdi
>
>
>
>> > We would like to take advantage of the transformations in cases that
>> are possible. FIR loops will be converted to affine/loop dialect. So the
>> loop inside an omp.do can be in these dia...
2020 Feb 18
2
[flang-dev] About OpenMP dialect in MLIR
...xamples from the author
>>> and digging a bit deeper if you're unconvinced that the proposed modeling
>>> can be applicable outside of FIR. This is exactly why we ask such proposal
>>> to go through RFC by the way: to allow people like you to point at the
>>> blindspot and ask the right questions.
>>>
>>> Best,
>>>
>>> --
>>> Mehdi
>>>
>>>
>>>
>>>> > We would like to take advantage of the transformations in cases that
>>>> are possible. FIR loops will be converted t...
2020 Feb 15
5
[flang-dev] About OpenMP dialect in MLIR
Reply to Kiran Chandramohan:
> You are welcome to participate, provide feedback and criticism to change
the design as well as to contribute to the implementation.
Thank you Kiran.
> But the latest is what is there in the RFC in discourse.
I have used this as reference for the response.
> We did a study of a few constructs and clauses which was shared as mails
to flang-dev and the