diff options
author | Sirui Mu <msrlancern@gmail.com> | 2025-07-29 20:45:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-29 20:45:13 +0800 |
commit | 1249ab9a0364805c84dc57b57fc4e85c1c7d5d69 (patch) | |
tree | 67bc24e380bfbe724b57c9355662f4bd657b889d /clang/test/Modules/ModuleModuleDebugInfo.cpp | |
parent | 586cacdbdd995d2a2f010f7152843745f4978b4b (diff) | |
download | llvm-1249ab9a0364805c84dc57b57fc4e85c1c7d5d69.zip llvm-1249ab9a0364805c84dc57b57fc4e85c1c7d5d69.tar.gz llvm-1249ab9a0364805c84dc57b57fc4e85c1c7d5d69.tar.bz2 |
[CIR] Add bit ffs operation (#150997)
This patch adds the `cir.ffs` operation which corresponds to the
`__builtin_ffs` family of builtin functions.
This operation was not included in the previous PRs because the call to
`__builtin_ffs` would be transformed into a library call to `ffs`. At
the time of authoring this patch, this behavior has been changed and now
we can properly lower calls to `__builtin_ffs` to `cir.ffs`.
Diffstat (limited to 'clang/test/Modules/ModuleModuleDebugInfo.cpp')
0 files changed, 0 insertions, 0 deletions