Ensure we don't generate a smald intrinsic that takes itself as an argument.
github issue: https://github.com/llvm/llvm-project/issues/55899
Paths
| Differential D127213
[ARM][ParallelDSP] Fix self reference bug ClosedPublic Authored by samparker on Jun 7 2022, 6:29 AM.
Details Summary Ensure we don't generate a smald intrinsic that takes itself as an argument. github issue: https://github.com/llvm/llvm-project/issues/55899
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 7 2022, 7:49 AM This revision was landed with ongoing or failed builds.Jun 9 2022, 2:11 AM Closed by commit rG447c411fef6e: [ARM][ParallelDSP] Fix self reference bug (authored by samparker). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 435455 llvm/lib/Target/ARM/ARMParallelDSP.cpp
llvm/test/CodeGen/ARM/ParallelDSP/self-ref-bug.ll
|
Nit: do we need to run dce?