[llvm] InstSimplify: lookthru casts, binops in folding shuffles (PR #92668)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 06:04:41 PDT 2024


https://github.com/nikic requested changes to this pull request.

You cannot RAUW inside InstSimplify. InstSimplify is an analysis, it cannot change IR in any way.

https://github.com/llvm/llvm-project/pull/92668


More information about the llvm-commits mailing list