[llvm] [InstCombine] Drop noundef attributes in `foldCttzCtlz` (PR #116718)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 19 02:58:47 PST 2024
https://github.com/nikic approved this pull request.
LGTM, though I'd also consider not doing in-place modification here and just creating a new call. Generally we should probably stop doing in-place modification where possible, it always only causes issues.
https://github.com/llvm/llvm-project/pull/116718
More information about the llvm-commits
mailing list