================ @@ -470,6 +470,10 @@ CODEGENOPT(EmitIEEENaNCompliantInsts, 1, 1, Benign) /// Expands s_waitcnt instructions to help PC-sampling profilers identify stalls. CODEGENOPT(AMDGPUExpandWaitcntProfiling, 1, 0, Benign) +/// Emit full target-features attribute for AMDGPU (for testing). (AMDGPU Only) +/// By default, only features that differ from the target CPU's defaults are emitted. +CODEGENOPT(AMDGPUEmitFullTargetFeatures, 1, 0, Benign) ---------------- arsenm wrote:
This should not be be an option. this should be the only mode supported https://github.com/llvm/llvm-project/pull/176533 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
