mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
Make GlobalOp's value attribute an OptionalAttr. Change code that uses the value to handle 'nullopt'. Translate an unitialized value attribute to llvm::UndefValue. PiperOrigin-RevId: 270423646