beanz added inline comments.

================
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:575
 
+  if (IK.getLanguage() == Language::HLSL)
+    DefaultOpt = llvm::CodeGenOpt::Aggressive;
----------------
Is there a way to tie this to using the DXC driver instead of the language 
option?

It would be nice in the future to have a more clang-conformant driver mode.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128845

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

Reply via email to