Displaying 2 results from an estimated 2 matches for "hashgvn".
Did you mean:
hash_v1
2007 Mar 26
2
[LLVMdev] Problems with one pass using another
Hi,
I have two function passes: AvailOut and HashGVN. AvailOut needs to use
HashGVN. And they're built in the same shared object file.
But addRequired<HashGVN> fails with this error:
# opt -load ../../../build/Release/lib/LLVMGVN.so -hashgvn -availout --debug-pass=Structure <basic.s.bc >basic.out.bc
opt: /proj/tbres/shanth/llvm/llv...
2007 Mar 26
0
[LLVMdev] Problems with one pass using another
Hi Prashanth,
On Mar 25, 2007, at 11:43 PM, Prashanth Radhakrishnan wrote:
> Hi,
>
> I have two function passes: AvailOut and HashGVN. AvailOut needs to
> use
> HashGVN. And they're built in the same shared object file.
>
> But addRequired<HashGVN> fails with this error:
>
> # opt -load ../../../build/Release/lib/LLVMGVN.so -hashgvn -
> availout --debug-pass=Structure <basic.s.bc >basic.out...