[PATCH] D91401: [AMDGPU] Mark sin/cos load folding as modifying the function.

Matthew Dawson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 13 07:58:48 PST 2020


MJDSys added a comment.

I saw this issue when playing with the OpenMM OpenCL test suite with Mesa/Clover.  I was using a copy of LLVM with assertions turned on, and it gave me an error about a pass modifying its inputs without marking its inputs as changed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91401/new/

https://reviews.llvm.org/D91401



More information about the llvm-commits mailing list