rsanthir.quic added inline comments.

================
Comment at: clang/lib/Basic/Targets/AArch64.h:36
+  bool HasSHA3;
+  bool HasSM4;
   bool HasUnaligned;
----------------
Would it make sense to further differentiate SM3 and SM4? I see that we 
differentiate between the two in arm_neon.td ("ARM_FEATURE_SM3" & 
"ARM_FEATURE_SM4") but we don't include this differentiation as flags (only 
HasSM4, +sm4 etc)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99079/new/

https://reviews.llvm.org/D99079

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to