Displaying 1 result from an estimated 1 matches for "1001063".
Did you mean:
  100106
  
2008 Oct 26
6
[LLVMdev] Turning on LegalizeTypes by default
Hi all, I plan to turn on the new type legalization infrastructure
"LegalizeTypes" by default tomorrow.  This is a redesign/reimplementation
of the logic currently in LegalizeDAG that turns (for example) 64 bit
arithmetic on a 32 bit machine into a series of 32 bit operations.  As well
as being a cleaner design, it also supports code generation for arbitrary
precision integers such as