aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorMogball <jeffniu22@gmail.com>2022-02-21 00:28:21 +0000
committerMogball <jeffniu22@gmail.com>2022-02-22 18:20:59 +0000
commit1da213836b43e5c646a82a1e0e191aee7836e37e (patch)
tree9876d0b9f9a93b36141948d2e4a1650b38c4d75b /llvm/tools/llvm-objdump/llvm-objdump.cpp
parent0539a26d91a1b7c74022fa9cf33bd7faca87544d (diff)
downloadllvm-1da213836b43e5c646a82a1e0e191aee7836e37e.zip
llvm-1da213836b43e5c646a82a1e0e191aee7836e37e.tar.gz
llvm-1da213836b43e5c646a82a1e0e191aee7836e37e.tar.bz2
[pdl] Remove `NoSideEffect` from all PDL ops
This trait results in PDL ops being erroneously CSE'd. These ops are side-effect free in the rewriter but not in the matcher (where unused values aren't allowed anyways). These ops should have a more nuanced side-effect modeling, this is fixing a bug introduced by a previous change. Reviewed By: rriddle Differential Revision: https://reviews.llvm.org/D120222
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions