We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b05c1 commit b5164b3Copy full SHA for b5164b3
llvm/lib/Target/Z80/Z80ISelLowering.h
@@ -85,6 +85,14 @@ class Z80TargetLowering final : public TargetLowering {
85
public:
86
Z80TargetLowering(const Z80TargetMachine &TM, const Z80Subtarget &STI);
87
88
+ bool isCheapToSpeculateCttz() const override {
89
+ return true;
90
+ }
91
+
92
+ bool isCheapToSpeculateCtlz() const override {
93
94
95
96
private:
97
unsigned getJumpTableEncoding() const override;
98
0 commit comments