This corresponds to its description in LangRef:
The intrinsic @llvm.experimental.widenable.condition() returns either true or false.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D146508
Mark widenable condition as noundef ClosedPublic Authored by mkazantsev on Mar 21 2023, 2:39 AM.
Details Summary This corresponds to its description in LangRef:
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 21 2023, 2:52 AM This revision was landed with ongoing or failed builds.Mar 21 2023, 3:12 AM Closed by commit rGc270aafb182c: Mark widenable condition as noundef (authored by mkazantsev). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 506891 llvm/include/llvm/IR/Intrinsics.td
llvm/test/Transforms/InstCombine/freeze-integer-intrinsics.ll
llvm/test/Transforms/InstCombine/widenable-conditions.ll
llvm/test/Transforms/SimpleLoopUnswitch/pr60736.ll
|