[clang] [llvm] Minimal support of floating-point operand bundles (PR #135658)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 18 06:00:50 PDT 2025
https://github.com/dtcxzyw commented:
I don't see the necessity of using operand bundles. All of the possible arguments are metadata strings, not SSA values.
Can't we just use metadata instead?
```
call float @llvm.nearbyint.f32(float %x), !fp.control !{ !"dyn"}, !fp.except !{ !"strict"}
```
https://github.com/llvm/llvm-project/pull/135658
More information about the llvm-commits
mailing list