mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
Move the data members out of Function and into a new impl storage class 'FunctionStorage'. This allows for Function to become value typed, which will greatly simplify the transition of Function to FuncOp(given that FuncOp is also value typed). PiperOrigin-RevId: 255983022