[XLA:CPU] Unpoison the operand pointer buffer for msan
This defines away one of the problems with uninstrumented code calling into instrumented code. Any buffer allocated by XLA is unpoisoned already, but allocas are not. Emit code to unpoison allocas for CustomCall. PiperOrigin-RevId: 234956382
Loading
Please sign in to comment