[PATCH] ARM IAS: (partially) support .arch_extension directive
    Renato Golin 
    renato.golin at linaro.org
       
    Tue Feb 11 07:14:27 PST 2014
    
    
  
  Hi Saleem,
  Apart from my small comment, LGTM.
  cheers,
  --renato
================
Comment at: lib/Target/ARM/AsmParser/ARMAsmParser.cpp:9177
@@ +9176,3 @@
+  // FIXME: Only available in A-class, isel not predicated
+  { "virt", Feature_HasV7, ARM::FeatureVirtualization },
+  // FIXME: xscale not supported
----------------
Isn't that available for v8 as well?
http://llvm-reviews.chandlerc.com/D2673
    
    
More information about the llvm-commits
mailing list