[PATCH] D124894: Prefer 32bit and 64bit switch conditions for x86
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 4 12:17:38 PDT 2022
craig.topper added inline comments.
================
Comment at: llvm/lib/CodeGen/TargetLoweringBase.cpp:1614
+ EVT OldVT = getValueType(DL, CondType);
+ MVT RegType = getRegisterType(Context, OldVT);
+ unsigned RegWidth = RegType.getSizeInBits();
----------------
If we just gave targets control over RegType here would that be enough?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124894/new/
https://reviews.llvm.org/D124894
More information about the llvm-commits
mailing list