================
@@ -927,7 +928,10 @@ class AMDGPUAVLoad : Intrinsic <
[SDNPMemOperand, SDNPMayLoad]
>;
+let TargetFeatures = "flat-global-insts" in {
----------------
shiltian wrote:
Also, it is going to be very challenging to use sub target feature here,
because of circular dependencies:
```
AMDGPU.td -> Target.td -> Intrinsics.td
```
https://github.com/llvm/llvm-project/pull/203956
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits