summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/NewGVN/pr43441.ll
Commit message (Collapse)AuthorAgeFilesLines
* [NewGVN] Check that call has an access.Alina Sbirlea2019-10-151-0/+42
Check that a call has an attached MemoryAccess before calling getClobbering on the instruction. If no access is attached, the instruction does not access memory. Resolves PR43441. llvm-svn: 374920
OpenPOWER on IntegriCloud