[llvm-commits] [llvm] r147712 - in /llvm/trunk: lib/Target/ARM/ARMFastISel.cpp test/CodeGen/ARM/fast-isel-intrinsic.ll test/CodeGen/ARM/fast-isel.ll

Anton Korobeynikov anton at korobeynikov.info
Sat Jan 7 09:44:50 PST 2012


Hello Jakob,

> +  // Use movw+movt when possible, it avoids constant pool entries.
> +  if (Subtarget->isTargetDarwin() && Subtarget->useMovt()) {
Is it possible to extend "possible" on non-darwin targets as well?
I don't see anything darwin-specific at least for the static relocation model.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-commits mailing list