[clang] [llvm] Reimplement constrained 'trunc' using operand bundles (PR #118253)
Kevin P. Neal via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 5 11:10:04 PST 2024
================
@@ -251,10 +251,12 @@ static bool markTails(Function &F, OptimizationRemarkEmitter *ORE) {
// Special-case operand bundles "clang.arc.attachedcall", "ptrauth", and
// "kcfi".
----------------
kpneal wrote:
This comment needs to be updated. I suggest removing the list that is present in the code and replacing it with text explaining why these operand bundles are special cases.
https://github.com/llvm/llvm-project/pull/118253
More information about the cfe-commits
mailing list