[PATCH] D104409: GlobalISel/Utils: Refactor integer/float constant match functions
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 7 15:43:43 PDT 2021
arsenm added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/GlobalISel/Utils.h:182
Optional<ValueAndVReg>
-getConstantVRegValWithLookThrough(Register VReg, const MachineRegisterInfo &MRI,
+getGCstVRegValWithLookThrough(Register VReg, const MachineRegisterInfo &MRI,
+ bool LookThroughInstrs = true);
----------------
This name is way less readable
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104409/new/
https://reviews.llvm.org/D104409
More information about the llvm-commits
mailing list