aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@sifive.com>2021-02-10 18:57:13 -0800
committerCraig Topper <craig.topper@sifive.com>2021-02-10 19:24:27 -0800
commit5189c5b940a1dbce699e407214767f9e5bf77ebf (patch)
tree03fdf6226e543cafab8f40e307ff35faff393a76 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
parent91ca9adc9edfba164b579d02c5fe0a7a24cfdd4e (diff)
downloadllvm-5189c5b940a1dbce699e407214767f9e5bf77ebf.zip
llvm-5189c5b940a1dbce699e407214767f9e5bf77ebf.tar.gz
llvm-5189c5b940a1dbce699e407214767f9e5bf77ebf.tar.bz2
[X86] Simplify patterns for avx512 vpcmp. NFC
This removes the commuted PatFrags that only existed to carry an SDNodeXForm in its OperandTransform field. We know all the places that need to use the commuted SDNodeXForm and there is one transform shared by signed and unsigned compares. So just hardcode the the SDNodeXForm where it is needed and use the non commuted PatFrag in the pattern. I think when I wrote this I thought the SDNodeXForm name had to match what is in the PatFrag that is being used. But that's not true. The OperandTransform is only used when the PatFrag is used in an instruction pattern and not a separate Pat pattern. All the commuted cases are Pat patterns.
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
0 files changed, 0 insertions, 0 deletions