search for: srls

Displaying 1 result from an estimated 1 matches for "srls".

Did you mean: scls
2010 Feb 09
1
[LLVMdev] Illegal operations generated in ShrinkDemandedOps()
...39;m targeting with an LLVM back end has SRA instructions for all its data sizes, but is missing SRL instructions for some data sizes. I'm having trouble with the SelectionDAGISel::ShrinkDemandedOps() pass. Although it runs after the DAG has been legalized, it replaces legal SRAs with illegal SRLs, which results in failures in instruction selection. Is there a standard trick to work around this problem? -Ken