[llvm-branch-commits] [llvm] [LLVM][CodeGen] Improve CTSELECT fallback lowering and target support modeling (PR #179395)
Julius Alexandre via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Feb 9 19:07:24 PST 2026
================
@@ -157,6 +157,8 @@ class AArch64TargetLowering : public TargetLowering {
EVT getSetCCResultType(const DataLayout &DL, LLVMContext &Context,
EVT VT) const override;
+ bool isCtSelectSupported(EVT VT) const override { return false; }
----------------
wizardengineer wrote:
@kumarak, why were these changed to false?
https://github.com/llvm/llvm-project/pull/179395
More information about the llvm-branch-commits
mailing list