arsenm added inline comments.

================
Comment at: llvm/lib/TargetParser/TargetParser.cpp:330-332
     case GK_GFX940:
+      Features["force-store-sc0-sc1"] = true;
+      [[fallthrough]];
----------------
I don't see a reason to set this here. There's no need to expose this to the 
IR. We already leak too many target details here as it is 


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

https://reviews.llvm.org/D149986

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

Reply via email to