mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 16:29:50 +08:00
inherited constructors, which is cleaner and means you can now use DimOp() to get a null op, instead of having to use Instruction::getNull<DimOp>(). This removes another 200 lines of code. PiperOrigin-RevId: 240068113