[llvm] [X86] Don't always seperate conditions in `(br (and/or cond0, cond1))` into seperate branches (PR #81689)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 26 04:40:21 PST 2024


================
@@ -596,6 +596,39 @@ class TargetLoweringBase {
   /// avoided.
   bool isJumpExpensive() const { return JumpIsExpensive; }
 
+  // Costs paramateres used by
----------------
RKSimon wrote:

paramateres -> parameters 

https://github.com/llvm/llvm-project/pull/81689


More information about the llvm-commits mailing list