================ @@ -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) ---------------- shiltian wrote:
I still think we should have this, even just for test purposes. We have been using fallthrough and sometimes it might not work as expected. To be able to test it is convenient and helpful. https://github.com/llvm/llvm-project/pull/176533 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
