[llvm] [DXIL] Define and generate `DXILAttribute` and `DXILProperty` (PR #117072)

Chris B via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 09:26:53 PST 2024


================
@@ -51,195 +51,194 @@ def SplitDoubleTy : DXILOpParamType;
 
 class DXILOpClass;
 
-defset list<DXILOpClass> OpClasses = {
----------------
llvm-beanz wrote:

The formatting changes make this diff a lot harder to read and much larger than it really should be. In general if you have a large format-only diff it is best to put that in a separate NFC PR so that the functional change can be reviewed separately.

Can you break this out into a separate formatting-only NFC change?

https://github.com/llvm/llvm-project/pull/117072


More information about the llvm-commits mailing list