[llvm] [NFC] Add GIntrinsic::setIntrinsicID (PR #106236)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 27 11:32:38 PDT 2024
tschuett wrote:
It depends on your use-case. In the combiner, we have several ways to mutate or replace instructions. In your file, I believe `dropPoisonGeneratingFlags` is the only method that modifies instructions. The others are getters and testers.
https://github.com/llvm/llvm-project/pull/106236
More information about the llvm-commits
mailing list